File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,12 @@ source "$ci_dir/shared.sh"
47
47
48
48
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
49
49
50
+ # suppress change-tracker warnings on CI
51
+ if [ " $CI " != " " ]; then
52
+ echo " debug: setting change-id"
53
+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set change-id=99999999"
54
+ fi
55
+
50
56
if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
51
57
isCiBranch automation/bors/try; then
52
58
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
241
247
242
248
if [ " $RUN_CHECK_WITH_PARALLEL_QUERIES " != " " ]; then
243
249
rm -f config.toml
244
- $SRC /configure --set rust.parallel-compiler
250
+ $SRC /configure --set change-id=99999999 --set rust.parallel-compiler
245
251
246
252
# Save the build metrics before we wipe the directory
247
253
if [ " $HAS_METRICS " = 1 ]; then
You can’t perform that action at this time.
0 commit comments