We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e037b40 commit c84c7f4Copy full SHA for c84c7f4
test/th-dlls/default.nix
@@ -23,7 +23,7 @@ in recurseIntoAttrs {
23
# On aarch64 this test also breaks form musl builds (including cross compiles on x86_64-linux)
24
|| (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isMusl)
25
# Not sure why this is failing with a seg fault
26
- || (builtins.elem compiler-nix-name ["ghc9102"] && stdenv.hostPlatform.isAndroid && stdenv.hostPlatform.isAarch32)
+ || (builtins.elem compiler-nix-name ["ghc9102" "ghc9102llvm"] && stdenv.hostPlatform.isAndroid && stdenv.hostPlatform.isAarch32)
27
# unhandled ELF relocation(Rel) type 10
28
|| (stdenv.hostPlatform.isMusl && stdenv.hostPlatform.isx86_32)
29
0 commit comments