-
Notifications
You must be signed in to change notification settings - Fork 697
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 CI job 8.10.7 on Windows that corrupts all CI #8388
Conversation
The symptoms are so strange and mysterious, that this is at best a workaround of #8356. It would be great to get to the bottom of it, but OTOH CI needs to mostly work or dev is stalled and we accumulate bugs. |
This reverts commit cd7a912. It's not needed any more, probably, because another workaround fixes CI differently, probably. As long as it's deterministic enough...
@mergify backport 3.8 |
Emergency-merging before the 2-day period elapses. |
✅ Backports have been created
|
@mergify rebase |
☑️ Nothing to do
|
@@ -40,6 +40,9 @@ jobs: | |||
os: ["ubuntu-latest", "macos-latest", "windows-latest"] | |||
ghc: ["9.2.3", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4"] | |||
exclude: | |||
# corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤣
hmm that is unfortunate, 8.10.7 is and will be a very stable version, i think it will be the succesor of 8.6.5 |
Exclude CI job 8.10.7 on Windows that corrupts all CI (backport #8388)
See #8356 and #8385.