Skip to content

Commit

Permalink
[Linux]: Add support for Linux aarch64. (#4225)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelongqy authored Jan 20, 2025
1 parent ed9152a commit 2d7166d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install-rust-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rustup toolchain install $NIGHTLY-aarch64-apple-darwin --force-non-host
rustup component add rust-src --toolchain $NIGHTLY-aarch64-apple-darwin
rustup component add rust-src --toolchain $NIGHTLY-x86_64-apple-darwin
if [[ `uname` == "Linux" ]]; then
rustup component add rust-src --toolchain $NIGHTLY-x86_64-unknown-linux-gnu
rustup component add rust-src --toolchain $NIGHTLY-$(uname -m)-unknown-linux-gnu
fi

# Android
Expand Down

0 comments on commit 2d7166d

Please sign in to comment.