Skip to content

Commit 6ffde3e

Browse files
committed
Skip broken android cross compile
1 parent c84c7f4 commit 6ffde3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@
105105
# Out llvm versions of GHC seem to break for musl32
106106
inherit (lib.systems.examples) musl32;
107107
} // lib.optionalAttrs (system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948"]) {
108-
inherit (lib.systems.examples) aarch64-android-prebuilt armv7a-android-prebuilt;
108+
inherit (lib.systems.examples) aarch64-android-prebuilt;
109+
} // lib.optionalAttrs (system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948" "ghc91320250523"]) {
110+
inherit (lib.systems.examples) armv7a-android-prebuilt;
109111
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "unstable" && !builtins.elem compiler-nix-name ["ghc8107" "ghc902"]) {
110112
# TODO fix this for the compilers we build with hadrian (ghc >=9.4)
111113
inherit (lib.systems.examples) aarch64-multiplatform-musl;

0 commit comments

Comments
 (0)