Skip to content

Commit 5a495da

Browse files
committed
suppress change-tracker warnings in containers
Signed-off-by: onur-ozkan <[email protected]>
1 parent f736079 commit 5a495da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/run.sh

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
4949

5050
if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
5151
isCiBranch automation/bors/try; then
52+
# suppress change-tracker warnings
53+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set change-id=99999999"
5254
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
5355
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.metrics"
5456
HAS_METRICS=1

0 commit comments

Comments
 (0)