-
Notifications
You must be signed in to change notification settings - Fork 0
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
Actually build bindists via GitHub actions #15
Comments
There is a project https://github.com/stable-haskell which has multiple private runners hooked up from me and @angerman . The end goal is to compile GHC independent on GH actions for use with ghcup and others (@angerman has a use case for maintaining patched GHCs too). I wonder if a joint effort would be interesting here. My own idea is that I want And indeed, you already can use ghcup to compile cross targets. |
Thanks for the offer; initially I'd like to only compile ghc-head first, instead of point releases, to ensure the latest wasm related improvements reach end users as quickly as possible with reasonable usage of GitHub CI resource, and that surely doesn't sound "stable". I haven't ever used |
Gotta migrate |
I'm thinking of actually building bindists here on a weekly basis, in addition to pulling artifacts from GHC gitlab. Some reasons I can think of:
release
flavour. This was a coincidence since there were a lot of compilation warnings that preventsvalidate
flavour from being built; in the future those warnings may get gradually corrected and we can't rely on the assumption that GHC gitlab will keep buildingrelease
bindists for us.The text was updated successfully, but these errors were encountered: