Lines Matching full:rustup
62 # Install rustup if not available yet
63 if ! command -v rustup &>/dev/null; then
64 wget "https://static.rust-lang.org/rustup/archive/1.25.1/x86_64-unknown-linux-gnu/rustup-init"
65 …echo "5cc9ffd1026e82e7fb2eec2121ad71f4b0f044e88bca39207b3f6b769aaa799c *rustup-init" | sha256sum -…
66 chmod +x rustup-init
67 ./rustup-init -y --no-modify-path --profile minimal --default-toolchain none
69 rm rustup-init
74 rustup component add cargo clippy rustfmt
77 rustup component add llvm-tools-preview
80 rustup target add x86_64-pc-windows-gnu
92 # binutils are wrappers to call the rustup bundled versions of llvm tools.