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

Fix HEAD and/or support GHC nightlies #19

Open
brandonchinn178 opened this issue Jul 2, 2023 · 0 comments · May be fixed by #20
Open

Fix HEAD and/or support GHC nightlies #19

brandonchinn178 opened this issue Jul 2, 2023 · 0 comments · May be fixed by #20

Comments

@brandonchinn178
Copy link
Member

brandonchinn178 commented Jul 2, 2023

Using ghc_version: head breaks; this URL is a 404:

'https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-deb9-linux-integer-simple.tar.xz?job=validate-x86_64-linux-deb9-integer-simple',

It would be great for one of the following to occur:

  1. Fix the URL (e.g. https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-linux-fedora33-release.tar.xz?job=x86_64-linux-fedora33-release)
  2. Enable GHCup's nightly feature: https://discourse.haskell.org/t/ann-ghcup-0-1-19-3-released/6749

It seems like all that's needed for (2) is to upgrade GHCup installed by this action to 0.1.19.3 + set

ghc-version: latest-nightly
ghcup-release-channel: https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant