You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build v1.25.4 on Ubuntu 24.04 LTS on aarch64 (Neoverse-N1) but I get these errors:
failed to run custom build command for wasm-opt-sys v0.111.0
failed to run custom build command for librocksdb-sys v0.10.0+7.9.2
I'm trying to build v1.25.4 on Ubuntu 24.04 LTS on aarch64 (Neoverse-N1) but I get these errors:
failed to run custom build command for
wasm-opt-sys v0.111.0
failed to run custom build command for
librocksdb-sys v0.10.0+7.9.2
build.log
It's a fresh setup on aarch64 (Neoverse-N1) with:
Ubuntu 24.04 LTS
Binary: v1.25.4
rustup 1.27.1 (54dd3d00f 2024-04-24)
rustc 1.80.1 (3f5fd8dd4 2024-08-06)
clang version 18.1.3 (1ubuntu1)
Installed/updated:
sudo apt install -y build-essential clang cmake libsnappy-dev libz-dev libbz2-dev liblz4-dev libzstd-dev pkg-config protobuf-compiler g++ llvm
/.cargo/bin/rustup update
/.cargo/bin/rustup update nightly
/.cargo/bin/rustup target add wasm32-unknown-unknown --toolchain nightly
The text was updated successfully, but these errors were encountered: