Skip to content

Commit c84c7f4

Browse files
committed
Disable broken tests
1 parent e037b40 commit c84c7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/th-dlls/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ in recurseIntoAttrs {
2323
# On aarch64 this test also breaks form musl builds (including cross compiles on x86_64-linux)
2424
|| (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isMusl)
2525
# Not sure why this is failing with a seg fault
26-
|| (builtins.elem compiler-nix-name ["ghc9102"] && stdenv.hostPlatform.isAndroid && stdenv.hostPlatform.isAarch32)
26+
|| (builtins.elem compiler-nix-name ["ghc9102" "ghc9102llvm"] && stdenv.hostPlatform.isAndroid && stdenv.hostPlatform.isAarch32)
2727
# unhandled ELF relocation(Rel) type 10
2828
|| (stdenv.hostPlatform.isMusl && stdenv.hostPlatform.isx86_32)
2929

0 commit comments

Comments
 (0)