Skip to content

Commit f698fd3

Browse files
committed
Skip broken test
1 parent f4dd6d2 commit f698fd3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/js-template-haskell/default.nix

+6-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ in recurseIntoAttrs {
2929

3030
build = packages.js-template-haskell.components.library;
3131
check = packages.js-template-haskell.checks.test;
32-
} // optionalAttrs (!stdenv.hostPlatform.isGhcjs) {
32+
} // optionalAttrs (!(
33+
stdenv.hostPlatform.isGhcjs
34+
|| (stdenv.hostPlatform.isAarch64
35+
&& stdenv.hostPlatform.isMusl
36+
&& compiler-nix-name == "ghc9101")
37+
)) {
3338
build-profiled = packages.js-template-haskell.components.library.profiled;
3439
check-profiled = packages.js-template-haskell.checks.test.profiled;
3540
}

0 commit comments

Comments
 (0)