File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 20
20
21
21
in recurseIntoAttrs {
22
22
meta . disabled = stdenv . hostPlatform . isGhcjs
23
+ # On aarch64 this test breaks form musl cross compiles on x86_64-linux
24
+ # Error is:
25
+ # iserv-proxy-interpreter: internal error: 0x0 address for .LANCHOR1 + 0 of type 562
26
+ # in tmp/nix/store/kgprix3jn2w320flxpf7yr29f7dczykr-libsodium-aarch64-unknown-linux-musl-1.0.18/lib/libsodium.a
27
+ # (#103:librdrand_la-randombytes_internal_random.o) for relocation 4 in section 1 of kind: 0
28
+ || ( stdenv . hostPlatform . isAarch64 && stdenv . hostPlatform . isMusl && ! stdenv . builtPlatform . isAarch64 )
23
29
# Not sure why this is failing with a seg fault
24
30
|| ( builtins . elem compiler-nix-name [ "ghc9102" "ghc9102llvm" ] && stdenv . hostPlatform . isAndroid && stdenv . hostPlatform . isAarch32 )
25
31
# unhandled ELF relocation(Rel) type 10
You can’t perform that action at this time.
0 commit comments