Skip to content

Commit 4eae1c1

Browse files
committed
Use aarch64-android (not prebuilt)
1 parent 7a139cc commit 4eae1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
# aarch64 cross only works on linux
105105
inherit (lib.systems.examples) musl32 musl64 aarch64-multiplatform;
106106
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "unstable" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948"]) {
107-
inherit (lib.systems.examples) aarch64-android-prebuilt armv7a-android-prebuilt;
107+
inherit (lib.systems.examples) aarch64-android armv7a-android-prebuilt;
108108
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "unstable" && !builtins.elem compiler-nix-name ["ghc8107" "ghc902"]) {
109109
# TODO fix this for the compilers we build with hadrian (ghc >=9.4)
110110
inherit (lib.systems.examples) aarch64-multiplatform-musl;

0 commit comments

Comments
 (0)