Skip to content

Commit e208bf3

Browse files
committed
Disable broken tests
1 parent eaa6894 commit e208bf3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
inherit (lib.systems.examples) ghcjs;
9494
} // lib.optionalAttrs (nixpkgsName == "unstable"
9595
&& (__match ".*llvm" compiler-nix-name == null)
96-
&& !builtins.elem compiler-nix-name ["ghc967" "ghc984" "ghc9102"]) {
96+
&& !builtins.elem compiler-nix-name ["ghc967" "ghc984" "ghc9102"]
97+
&& system != "x86_64-darwin") {
9798
inherit (lib.systems.examples) wasi32;
9899
} // lib.optionalAttrs (nixpkgsName == "unstable"
99100
&& (__match ".*llvm" compiler-nix-name == null)
@@ -114,7 +115,7 @@
114115
inherit (lib.systems.examples) musl32;
115116
} // lib.optionalAttrs (system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948"]) {
116117
inherit (lib.systems.examples) aarch64-android-prebuilt;
117-
} // lib.optionalAttrs (system == "x86_64-linux" && !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" "ghc91320250523"]) {
118119
inherit (lib.systems.examples) armv7a-android-prebuilt;
119120
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "unstable" && !builtins.elem compiler-nix-name ["ghc8107" "ghc902"]) {
120121
# TODO fix this for the compilers we build with hadrian (ghc >=9.4)

0 commit comments

Comments
 (0)