-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude broken 'Validate windows-latest ghc-8.4.4' job that cancels CI #8116
Conversation
lgtm but what about some brief comment about? |
Sorry I have been out of the loop, is this a temporary thing or permanent? if permanent I suggest leaving a comment that explains why that configuration is missing. Otherwise someone silly like me will show up one day and re-add it :D |
@andreabedini: hi! Permanent, see the comment at the link (copied from #hackage). Is the exisitng comment Edit: @jneira ^^^ |
hmm my limited english is failing me sorry, do you mean the comment for ghc 8.8.4 is applicable to the new version exception? are we getting ghc segfaults for 8.4.4? |
Yes, that would be my guess given this happened for 8.8.4 and given we are getting "Access violation in generated code when reading 0xffffffffffffffff". Is it plausible? |
If by "ghc segfaults" you mean "segfaults caused by ghc bugs", not necessarily when running ghc, but possibly when running other binaries produced by ghc, as in our case. |
It merged already, but I will improve the comment in a new PR, if we decide it's worth it. |
hmm an |
Sure. We currently have
Where would you put "it also throws segfaults"? |
nah, between them, but it looks good as is, dont worry |
@jneira: thanks @andreabedini: how about you? |
I’m ok with this change but disabling all tests on windows on GHC 8.8.4 and 8.4.4 means we cannot claim to support that configuration. I think we are discussing this in some other thread but perhaps this is a reminder we need to have sour support story straight. my 2c, good work team! |
That's a good point. We currently claim in CONTRIBUTING.md:
We could change "The Travis CI checks this" to "Our Github Actions CI setup checks this (except for a couple of GHC/OS combinations that crash too readily)". Any other place we need to touch? |
I left a comment in #8108 |
See #8115 (comment) and later comments.