X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fci%2Frun.sh;h=b0314047c070b07ac9fd1860fbf6164c5946fa34;hb=96c2df810b0b681fee63cae11ca63844792b6190;hp=5f843a13bcd9b574ddbed4e71bf61ed3a12ce5e1;hpb=04f903859a8a1b82a25b6bba7301beb06ad145d2;p=rust.git diff --git a/src/ci/run.sh b/src/ci/run.sh index 5f843a13bcd..16d8bdb8153 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -45,6 +45,7 @@ fi if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try; then RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests" + RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.metrics" fi RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-sccache" @@ -131,7 +132,7 @@ trap datecheck EXIT SCCACHE_IDLE_TIMEOUT=10800 sccache --start-server || true if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then - $SRC/configure --enable-parallel-compiler + $SRC/configure --set rust.parallel-compiler CARGO_INCREMENTAL=0 $PYTHON ../x.py check rm -f config.toml rm -rf build