Skip to content
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

CI: enable ARM #23

Merged
merged 4 commits into from
Jan 12, 2025
Merged

CI: enable ARM #23

merged 4 commits into from
Jan 12, 2025

Conversation

runeksvendsen
Copy link
Collaborator

@runeksvendsen runeksvendsen commented Jan 10, 2025

The macos-14 runner uses the Apple M1 chip ARM chip (aarch64 architecture). ARM was previously not used for this runner by appending system = x86_64-darwin to the Nix config. Removing this from the Nix config enables ARM in CI. However, we also need to exclude ARM GHC versions before 8.10 since they're broken in nixpkgs (which provides GHC to us via shell.nix).

TODO

  • GCC < 11 is broken for aarch64-darwin in nixpkgs 24.05

The macos-14 runner uses the Apple M1 chip ARM chip (aarch64 architecture). ARM was previously not used for this runner by appending 'system = x86_64-darwin' to the Nix config. Removing this from the Nix config enables ARM in CI. However, we also need to exclude ARM GHC versions before 8.10 since they're broken in nixpkgs (which provides GHC to us via shell.nix).
@runeksvendsen runeksvendsen merged commit fbf6187 into master Jan 12, 2025
78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant