Skip to content

Commit 3d3edbd

Browse files
committed
Only build wasm for GHC >=9.12
1 parent 7439168 commit 3d3edbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
&& (__match ".*llvm" compiler-nix-name == null)
8888
&& !builtins.elem compiler-nix-name ["ghc9102"]) {
8989
inherit (lib.systems.examples) ghcjs;
90+
} // lib.optionalAttrs (nixpkgsName == "unstable"
91+
&& (__match ".*llvm" compiler-nix-name == null)
92+
&& !builtins.elem compiler-nix-name ["ghc967" "ghc984" "ghc9102"]) {
9093
inherit (lib.systems.examples) wasi32;
9194
} // lib.optionalAttrs (nixpkgsName == "unstable"
9295
&& (__match ".*llvm" compiler-nix-name == null)

0 commit comments

Comments
 (0)