Commit 8df00c86 authored by Bas van Dijk's avatar Bas van Dijk Committed by github-actions[bot]
Browse files

wasmtime: disable checks on all aarch64 platforms

(cherry picked from commit cbb84854)
parent 29d3787c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
    (isx86_64 -> sse3Support && ssse3Support && sse4_1Support) &&
    # The dependency `wasi-preview1-component-adapter` fails to build because of:
    # error: linker `rust-lld` not found
    !(isAarch64 && stdenv.isDarwin);
    !isAarch64;

  postInstall = ''
    # move libs from out to dev