-
Notifications
You must be signed in to change notification settings - Fork 216
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
Build failure on macos-latest stack.yaml #2587
Comments
In my view, the root cause is that dhall-haskell cannot build under macos-arm64 due to some dependency problems in hnix-store and/or elsewhere. (When building hnix-store, libsodium of x86 architecture is used instead of arm64. This appears to be a misconfiguration in hnix-store.) The macos-arm64 build was actually never tested in dhall-haskell, and in fact there were never any macos-arm64 executables released for dhall. When github changed the macos-latest runners to arm64, all builds started failing. To resolve this issue, I propose the following path forward:
|
Build failure was resolved with upgrade to haskell github action version 2.7. |
Closing, as the builds are now passing in PRs. |
The current project fails to build in Github CI for MacOS but succeeds for all other OSes.
See #2586 where there are no changes (other than renaming a dummy type variable).
The text was updated successfully, but these errors were encountered: