We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f736079 commit 5a495daCopy full SHA for 5a495da
src/ci/run.sh
@@ -49,6 +49,8 @@ export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
49
50
if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
51
isCiBranch automation/bors/try; then
52
+ # suppress change-tracker warnings
53
+ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set change-id=99999999"
54
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
55
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.metrics"
56
HAS_METRICS=1
0 commit comments