Overhaul cargo/rustc version management

This commit is contained in:
Michael Vines
2019-03-14 19:41:05 -07:00
parent 47ddbbe53b
commit 8f25548781
17 changed files with 96 additions and 84 deletions

View File

@ -24,9 +24,10 @@ fi
build() {
$genPipeline && return
ci/version-check-with-upgrade.sh stable
source ci/rust-version.sh stable
_ scripts/ulimit-n.sh
_ cargo build --all
_ cargo +$rust_stable build --all
}
runTest() {