Skip to content

Commit

Permalink
Use aarch64-android (not prebuilt)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 22, 2024
1 parent 7a139cc commit 4eae1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
# aarch64 cross only works on linux
inherit (lib.systems.examples) musl32 musl64 aarch64-multiplatform;
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "unstable" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948"]) {
inherit (lib.systems.examples) aarch64-android-prebuilt armv7a-android-prebuilt;
inherit (lib.systems.examples) aarch64-android armv7a-android-prebuilt;
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "unstable" && !builtins.elem compiler-nix-name ["ghc8107" "ghc902"]) {
# TODO fix this for the compilers we build with hadrian (ghc >=9.4)
inherit (lib.systems.examples) aarch64-multiplatform-musl;
Expand Down

0 comments on commit 4eae1c1

Please sign in to comment.