diff options
author | John Hodge <tpg@mutabah.net> | 2019-10-27 11:01:12 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2019-10-27 11:01:12 +0800 |
commit | 8c691e5bf130f27fa623213780cdf5eeb1105b4f (patch) | |
tree | 1e6b3fbe7973631a71154a1d9848ab89eba70dca | |
parent | 1afe4525560566de20aa2c61cc12af5e94f730b6 (diff) | |
download | mrust-8c691e5bf130f27fa623213780cdf5eeb1105b4f.tar.gz |
scripts - Ensure that 1.19 is downloaded in `build-1.19.0.sh`
-rwxr-xr-x | build-1.19.0.sh | 1 |
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 |