diff options
-rwxr-xr-x | build-1.19.0.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build-1.19.0.sh b/build-1.19.0.sh new file mode 100755 index 00000000..da31df39 --- /dev/null +++ b/build-1.19.0.sh @@ -0,0 +1,8 @@ +#!/bin/bash +set -e +make +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 +RUSTC_VERSION=1.19.0 MRUSTC_TARGET_VER=1.19 OUTDIR_SUF=-1.19.0 time make -f minicargo.mk output-1.19.0/rustc +RUSTC_VERSION=1.19.0 MRUSTC_TARGET_VER=1.19 OUTDIR_SUF=-1.19.0 time make -f minicargo.mk output-1.19.0/cargo |