-
Notifications
You must be signed in to change notification settings - Fork 201
update Github Actions #501
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
Conversation
9100cff to
2cab094
Compare
2cab094 to
21924db
Compare
kazu-yamamoto
left a comment
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.
8.10.5 should not be added at this moment.
.github/workflows/haskell.yml
Outdated
| matrix: | ||
| os: [ubuntu-latest, macOS-latest, windows-latest] | ||
| ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10'] | ||
| ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10.4', '8.10.5'] |
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.
Please don't add 8.10.5. See https://gitlab.haskell.org/ghc/ghc/-/issues/19968
|
@Mistuke Do you understand why |
So it's not really a Windows issue, you can get the same error on Linux with a new enough autoconf. You should be able to fix it by setting |
kazu-yamamoto
left a comment
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.
LGTM.
|
Merged. Thank you for your contribution! The autoconf issue has been filed in #502. |
uses https://github.com/haskell/actions/tree/main/setup
Most of the jobs succeed: https://github.com/peterbecich/network/actions/runs/937854408
There appears to be an issue with GHC 8.10.5: https://github.com/peterbecich/network/runs/2825581809?check_suite_focus=true
#500
I'm not sure if the Windows build issue (https://github.com/peterbecich/network/runs/2825581836?check_suite_focus=true) is the same as #487