-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add GHC-9.8.1-alpha1 #674
Add GHC-9.8.1-alpha1 #674
Conversation
@@ -402,7 +409,7 @@ jobs: | |||
echo "HCNUMVER=$HCNUMVER" >> "$GITHUB_ENV" | |||
echo "ARG_TESTS=--enable-tests" >> "$GITHUB_ENV" | |||
echo "ARG_BENCH=--enable-benchmarks" >> "$GITHUB_ENV" | |||
echo "HEADHACKAGE=false" >> "$GITHUB_ENV" | |||
if [ $((! GHCJSARITH && HCNUMVER >= 90800)) -ne 0 ] ; then echo "HEADHACKAGE=true" >> "$GITHUB_ENV" ; else echo "HEADHACKAGE=false" >> "$GITHUB_ENV" ; fi | |||
echo "ARG_COMPILER=--$HCKIND --with-compiler=$HC" >> "$GITHUB_ENV" |
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.
I had to use
echo "ARG_COMPILER=--ghc --with-compiler=$HC" >> "$GITHUB_ENV"
for ghc-exactprint in alanz/ghc-exactprint@36f329f#diff-73f8a010e9b95aa9fe944c316576b12c2ec961272d428e38721112ecb1c1a98bR71.
This PR sets it to --GHC
Note also in https://github.com/alanz/ghc-exactprint/actions/runs/5789850918 that the job failed, but the overall status is succeed. |
Yes. Prerelease jobs are allowed to fail. Though that behavior probably should be configurable. |
5461a5e
to
87dcb15
Compare
No description provided.