diff options
-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 |