wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX and WASI
https://wasmer.io
MIT License
19.04k stars 814 forks source link

Fix `library 'zstd' not found` aarch64 build issue with LLVM #5217

Closed xdoardo closed 2 weeks ago

xdoardo commented 2 weeks ago

CI fails with this error:

= note: ld: warning: ignoring duplicate libraries: '-lc', '-lm'
          ld: library 'zstd' not found
          clang: error: linker command failed with exit code 1 (use -v to see invocation)