Skip to content

Commit f335c86

Browse files
committed
Skip armv7a-android for ghc9103
1 parent 3d9d35f commit f335c86

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
@@ -115,7 +115,7 @@
115115
inherit (lib.systems.examples) musl32;
116116
} // lib.optionalAttrs (system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948"]) {
117117
inherit (lib.systems.examples) aarch64-android-prebuilt;
118-
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName != "unstable" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948" "ghc91320250523"]) {
118+
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName != "unstable" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948" "ghc9103" "ghc91320250523"]) {
119119
inherit (lib.systems.examples) armv7a-android-prebuilt;
120120
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "unstable" && !builtins.elem compiler-nix-name ["ghc8107" "ghc902"]) {
121121
# TODO fix this for the compilers we build with hadrian (ghc >=9.4)

0 commit comments

Comments
 (0)