Skip to content

Commit ee588ac

Browse files
committed
Try aarch64-android-prebuilt
1 parent 057a33c commit ee588ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
# Musl cross only works on linux
103103
# aarch64 cross only works on linux
104104
inherit (lib.systems.examples) musl32 musl64 aarch64-multiplatform;
105-
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "R2405" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948"]) {
106-
inherit (lib.systems.examples) aarch64-android armv7a-android-prebuilt;
105+
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "unstable" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948"]) {
106+
inherit (lib.systems.examples) aarch64-android-prebuilt armv7a-android-prebuilt;
107107
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "unstable" && !builtins.elem compiler-nix-name ["ghc8107" "ghc902"]) {
108108
# TODO fix this for the compilers we build with hadrian (ghc >=9.4)
109109
inherit (lib.systems.examples) aarch64-multiplatform-musl;

0 commit comments

Comments
 (0)