summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorBas van Dijk <bas@van.dijk.ch>2024-05-25 00:12:37 +0200
committerBas van Dijk <bas@van.dijk.ch>2024-05-25 00:12:37 +0200
commitcca07f139dc2b01fee4f241d43b450a8df4b2e89 (patch)
tree0e6378621512731f2a8ff805074482503e6c95ea /pkgs/development/python-modules/python-openstackclient
parent87d61d1ff5bf5fbd038a06fc14b4e4981c3b7f92 (diff)
wasmtime: fix build on aarch64-darwin
The check phase fails on aarch64-darwin because of: ``` $ nix-build -A wasmtime ... buildPhase completed in 1 minutes 41 seconds Running phase: checkPhase Executing cargoCheckHook ++ cargo test -j 10 --profile release --target aarch64-apple-darwin --frozen -- --test-threads=10 ... > error: linker `rust-lld` not found > | > = note: No such file or directory (os error 2) > > error: could not compile `wasi-preview1-component-adapter` (lib) due to 1 previous error ``` I tried to bring `lld` into scope and set `RUSTFLAGS = "-C linker=lld` but I couldn't get the tests to build. So I just disabled them on aarch64-darwin.
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions