Skip to content
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

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Add GHC-9.8.1-alpha1 #674

merged 1 commit into from
Aug 8, 2023

Conversation

phadej
Copy link
Collaborator

@phadej phadej commented Aug 7, 2023

No description provided.

alanz added a commit to alanz/ghc-exactprint that referenced this pull request Aug 7, 2023
alanz added a commit to alanz/ghc-exactprint that referenced this pull request Aug 7, 2023
@@ -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"
Copy link
Contributor

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

@alanz
Copy link
Contributor

alanz commented Aug 7, 2023

Note also in https://github.com/alanz/ghc-exactprint/actions/runs/5789850918 that the job failed, but the overall status is succeed.

@phadej
Copy link
Collaborator Author

phadej commented Aug 7, 2023

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.

@phadej phadej merged commit 6fac7ac into master Aug 8, 2023
8 checks passed
@phadej phadej deleted the ghc-9.8.1-alpha1 branch August 8, 2023 07:28
alanz added a commit to alanz/ghc-exactprint that referenced this pull request Dec 19, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants