We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9152a commit 2d7166dCopy full SHA for 2d7166d
tools/install-rust-dependencies
@@ -11,7 +11,7 @@ rustup toolchain install $NIGHTLY-aarch64-apple-darwin --force-non-host
11
rustup component add rust-src --toolchain $NIGHTLY-aarch64-apple-darwin
12
rustup component add rust-src --toolchain $NIGHTLY-x86_64-apple-darwin
13
if [[ `uname` == "Linux" ]]; then
14
- rustup component add rust-src --toolchain $NIGHTLY-x86_64-unknown-linux-gnu
+ rustup component add rust-src --toolchain $NIGHTLY-$(uname -m)-unknown-linux-gnu
15
fi
16
17
# Android
0 commit comments