-
Notifications
You must be signed in to change notification settings - Fork 237
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
aarch64 not using binary cache #2290
Comments
Also, it would be immensely helpful to have a way to figure out what version of GHC is currently available in binary cache. |
Oh, I just realized aarch64 is not run by ci. Disabled here. Maybe we can enable that? |
We don't have an aarch64-linux server right now. @angerman is looking into maybe running linux on an apple silicon Mac. |
That would be very helpful. Thanks. Besides, cross compilation from x86_64-linux to aarch64-linux is not difficult at all. If there are performant enough ci machines, this might also be feasible. |
Update: I successfully built GHC966 via haskell.nix. Works fine. |
I tried to use haskell.nix with my aarch64 machine. However, it attempts to build ghc no matter what version I try. More interestingly, when I try to use GHC966, it builds GHC 966 with GHC964 that it pulled from some binary cache, and when I try to use GHC964, it builds GHC 964 with GHC966 that it got from somewhere.
My question is, do we have aarch64_linux ghc in iog binary cache? and if yes, how can I make it use the pulled ghc instead of building it from scratch
The text was updated successfully, but these errors were encountered: