-
Notifications
You must be signed in to change notification settings - Fork 91
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
ghcup install ghc 8.0.2 fails on Github Actions #947
Comments
Some distros dropped support for ncurses5, rendering old bindists broken. Also see: |
I see, thanks for the info! It's in the logs, too
In our case it's not critical for this to keep working, okay from my side to close this issue. Do you think it'd be easy to improve error messages here to make it clearer what's going wrong? But between the log message and this issue, I should imagine it's possible for others to figure this out. |
ghc-8.0.2 is no longer installable on current github base images, compare haskell/ghcup-hs#947
That would mean we have to parse the output log. I'm not a fan, since it's very fuzzy. Another solution is to be more verbose here: |
The CI action on github.com/PostgREST/configurator-pg is failing to install ghc-8.0.2, and I'm a bit stuck figuring out why.
I hope it's appropriate to report this here, happy to take it elsewhere if preferable.
ghcup install ghc 8.0.2
is to check out the source repository.Debug results so far:
ghcup upgrade
does nothing, already up-to-dategmake
is available, version 4.3More details:
The text was updated successfully, but these errors were encountered: