Skip to content

Commit 4a152cb

Browse files
committed
Disable ghcjs for ghc96720250227 on macOS
1 parent 5f42878 commit 4a152cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
&& (__match ".*llvm" compiler-nix-name == null)
8282
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948"])
8383
|| (system == "aarch64-linux" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948"])
84-
|| (system == "x86_64-darwin" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948" "ghc966" "ghc982" "ghc983" "ghc984"])
85-
|| (system == "aarch64-darwin" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948" "ghc966" "ghc982" "ghc983" "ghc984"])
84+
|| (system == "x86_64-darwin" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948" "ghc966" "ghc96720250227" "ghc982" "ghc983" "ghc984"])
85+
|| (system == "aarch64-darwin" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948" "ghc966" "ghc96720250227" "ghc982" "ghc983" "ghc984"])
8686
)) {
8787
inherit (lib.systems.examples) ghcjs;
8888
} // lib.optionalAttrs (nixpkgsName == "unstable"

0 commit comments

Comments
 (0)