File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ if [ "$CI" != "" ]; then
5252 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set change-id=99999999"
5353fi
5454
55- if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
56- isCiBranch automation/bors/try; then
55+ # if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
56+ # isCiBranch automation/bors/try; then
5757 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
5858 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.metrics"
5959 HAS_METRICS=1
60- fi
60+ # fi
6161
6262RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-verbose-configure"
6363RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-sccache"
You can’t perform that action at this time.
0 commit comments