mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
1e5c6bc5b8
It is currently broken. (see https://github.com/japaric/xargo/issues/227) This makes it easier to for example patch whole crates away.
7 lines
160 B
Bash
Executable File
7 lines
160 B
Bash
Executable File
#!/bin/bash --verbose
|
|
set -e
|
|
|
|
rustup component add rust-src
|
|
./build_sysroot/prepare_sysroot_src.sh
|
|
cargo install hyperfine || echo "Skipping hyperfine install"
|