-
Notifications
You must be signed in to change notification settings - Fork 843
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 #6142 Build statically-linked Linux/Aarch64 Stack #6212
Conversation
f45b33e
to
6527c85
Compare
@benz0li, I have probably got the wrong end of the stick, but I thought I could simply use the Stack that comes with the self-hosted Linux Aarch64 runner to run
I tend to associate problems with building |
The package |
Stack builds fine using Host
Docker container
cd stack && stack install stack --flag=stack:static --no-install-ghc --system-ghc Build log |
With Stack v2.11.1 installed on the host, I am able to build Stack v2.12.0 ( |
@mpilgrem Using the same steps for Linux/AArch64 as for Linux/x86_64 should give the same result. The images for both architectures are built with the same Dockerfile: https://gitlab.b-data.ch/ghc/ghc-musl/-/blob/main/prior/9.2.8.Dockerfile |
|
3096a07
to
6cf98bb
Compare
@benz0li, thanks for your help, and patience. The |
No worries. Thank you for looking into this.
OK.
ℹ️ After a new release I will update Stack in the images asap. |
This pull request is draft while I experiment with the CI.
Please also shortly describe how you tested your change. Bonus points for added tests! Relying on CI.