-
Notifications
You must be signed in to change notification settings - Fork 712
Regenerate bootstrap/ with GHC updated from 8.10.4 to 8.10.7 #7657
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
This is ready to merge, please review. The CI failures are normal. This PR is the first aiming to eliminate them and gets rid of two job failures. |
@@ -40,17 +40,17 @@ jobs: | |||
- name: Install GHC | |||
run: | | |||
cd $(mktemp -d) | |||
curl -sLO "https://downloads.haskell.org/~ghc/8.10.4/ghc-8.10.4-x86_64-apple-darwin.tar.xz" | |||
curl -sLO "https://downloads.haskell.org/~ghc/8.10.7/ghc-8.10.7-x86_64-apple-darwin.tar.xz" |
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.
what's this? Why not use ghcup as well? It's also pre-installed on mac.
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.
Thanks, I will try that on the master branch version of this PR. This one I will leave in peace.
@@ -40,17 +40,17 @@ jobs: | |||
- name: Install GHC | |||
run: | | |||
cd $(mktemp -d) | |||
curl -sLO "https://downloads.haskell.org/~ghc/8.10.4/ghc-8.10.4-x86_64-apple-darwin.tar.xz" | |||
curl -sLO "https://downloads.haskell.org/~ghc/8.10.7/ghc-8.10.7-x86_64-apple-darwin.tar.xz" |
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.
Same as above
Regenerate bootstrap/ with GHC updated from 8.10.4 to 8.10.7 (forwardport of #7657)
This regenerates all generated bootstrap/ files, after changing GHC from 8.10.4 to 8.10.7 in Makefile. The goal is to fix CI that has broken (both on 3.6 and master) because GitHub Action no longer provide GHC 8.10.4 (we will see if the provide 8.10.7) and to provide 8.10.7 files on @bgamari 's request (Darwin/Arm are only supported on 8.10.7).
Transcript from IRC/Matrix: