ubuntu 24.04 build from source install newest arbitrum chain nightly node
Title ubuntu 24.04 build from source install newest arbitrum chain nightly node see: https://docs.arbitrum.io/run-arbitrum-node/nitro/build-nitro-locally $ sudo apt install git curl build-essential cmake npm golang make python3 -y $ sudo apt install clang gotestsum wabt lld-19 -y $ npm install --global yarn $ ln -s /usr/bin/wasm-ld-13 /usr/local/bin/wasm-ld $ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash $ nvm install 23 $ nvm use 23 $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh $ source "$HOME/.cargo/env" $ rustup install 1.86.0 $ rustup default 1.86.0 $ rustup install nightly-2025-05-08 $ rustup target add wasm32-unknown-unknown --toolchain 1.86.0 $ rustup target add wasm32-wasi --toolchain 1.86.0 $ rustup target add wasm32-wasip1 --toolchain 1.86.0 $ rustup target add wasm32-unknown-unknown --toolchain nightly-2025-05-08 $ rustup target add wasm32-wasi --toolchain nightly-2025-05-08 $ rustup target add wasm32-w...