File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,11 @@ 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
+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set change-id=99999999"
53
+ fi
54
+
50
55
if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
51
56
isCiBranch automation/bors/try; then
52
57
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
241
246
242
247
if [ " $RUN_CHECK_WITH_PARALLEL_QUERIES " != " " ]; then
243
248
rm -f config.toml
244
- $SRC /configure --set rust.parallel-compiler
249
+ $SRC /configure --set change-id=99999999 --set rust.parallel-compiler
245
250
246
251
# Save the build metrics before we wipe the directory
247
252
if [ " $HAS_METRICS " = 1 ]; then
You can’t perform that action at this time.
0 commit comments