mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 11:44:28 +00:00
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/bash --verbose
|
|
set -e
|
|
|
|
rustup component add rust-src rustc-dev llvm-tools-preview
|
|
./build_sysroot/prepare_sysroot_src.sh
|