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