mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
![bjorn3](/assets/img/avatar_default.png)
This allows cargo check to function correctly without having to first run prepare_build.sh. cg_clif has been using rust-toolchain too for a while now.
5 lines
69 B
Bash
Executable File
5 lines
69 B
Bash
Executable File
#!/bin/bash --verbose
|
|
set -e
|
|
|
|
./build_sysroot/prepare_sysroot_src.sh
|