Skip to content

Commit 4520b32

Browse files
committed
Skip broken test
1 parent 922528b commit 4520b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/js-template-haskell/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ in recurseIntoAttrs {
3333
stdenv.hostPlatform.isGhcjs
3434
|| (stdenv.hostPlatform.isAarch64
3535
&& stdenv.hostPlatform.isMusl
36-
&& compiler-nix-name == "ghc9101")
36+
&& builtins.elem compiler-nix-name ["ghc9101" "ghc966"])
3737
)) {
3838
build-profiled = packages.js-template-haskell.components.library.profiled;
3939
check-profiled = packages.js-template-haskell.checks.test.profiled;

0 commit comments

Comments
 (0)