]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/run.sh
Rollup merge of #97508 - JohnTitor:more-strict-placeholder-dyn-obj, r=pnkfelix
[rust.git] / src / ci / run.sh
index 5f843a13bcd9b574ddbed4e71bf61ed3a12ce5e1..b0314047c070b07ac9fd1860fbf6164c5946fa34 100755 (executable)
@@ -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"