mirror of https://github.com/rwf2/Rocket.git
Set 'RUSTC_BOOTSTRAP' to for '--no-run' on stable.
This is used by the testing script to run compile-only tests.
This commit is contained in:
parent
fc633dfcd8
commit
49d138de14
|
@ -8,6 +8,7 @@ source "${SCRIPT_DIR}/config.sh"
|
|||
# Add Cargo to PATH.
|
||||
export PATH=${HOME}/.cargo/bin:${PATH}
|
||||
export CARGO_INCREMENTAL=0
|
||||
export RUSTC_BOOTSTRAP=1
|
||||
CARGO="cargo"
|
||||
|
||||
# Checks that the versions for Cargo projects $@ all match
|
||||
|
|
Loading…
Reference in New Issue