Print step timings for try builds

This commit is contained in:
Mark Rousskov 2021-10-21 09:16:16 -04:00
parent 5503dd9b0e
commit 9296efe3ef

View file

@ -43,7 +43,7 @@ else
PYTHON="python2"
fi
if ! isCI || isCiBranch auto || isCiBranch beta; then
if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try; then
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
fi