summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2019-10-27 11:01:12 +0800
committerJohn Hodge <tpg@mutabah.net>2019-10-27 11:01:12 +0800
commit8c691e5bf130f27fa623213780cdf5eeb1105b4f (patch)
tree1e6b3fbe7973631a71154a1d9848ab89eba70dca
parent1afe4525560566de20aa2c61cc12af5e94f730b6 (diff)
downloadmrust-8c691e5bf130f27fa623213780cdf5eeb1105b4f.tar.gz
scripts - Ensure that 1.19 is downloaded in `build-1.19.0.sh`
-rwxr-xr-xbuild-1.19.0.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-1.19.0.sh b/build-1.19.0.sh
index da31df39..79f5cd97 100755
--- a/build-1.19.0.sh
+++ b/build-1.19.0.sh
@@ -1,6 +1,7 @@
#!/bin/bash
set -e
make
+RUSTC_VERSION=1.19.0 MRUSTC_TARGET_VER=1.19 OUTDIR_SUF=-1.19.0 make RUSTCSRC
RUSTC_VERSION=1.19.0 MRUSTC_TARGET_VER=1.19 OUTDIR_SUF=-1.19.0 make test
RUSTC_VERSION=1.19.0 MRUSTC_TARGET_VER=1.19 OUTDIR_SUF=-1.19.0 time make -f minicargo.mk LIBS
RUSTC_VERSION=1.19.0 MRUSTC_TARGET_VER=1.19 OUTDIR_SUF=-1.19.0 time make -f minicargo.mk output-1.19.0/stdtest/rustc_data_structures-test_out.txt