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
52
52
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set change-id=99999999"
53
53
fi
54
54
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
57
57
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
58
58
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.metrics"
59
59
HAS_METRICS=1
60
- fi
60
+ # fi
61
61
62
62
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-verbose-configure"
63
63
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-sccache"
You can’t perform that action at this time.
0 commit comments