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:
Sergio Benitez 2022-04-18 21:15:03 -07:00
parent fc633dfcd8
commit 49d138de14
1 changed files with 1 additions and 0 deletions

View File

@ -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