We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a815c3b commit 80ceebdCopy full SHA for 80ceebd
src/ci/run.sh
@@ -47,6 +47,11 @@ source "$ci_dir/shared.sh"
47
48
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
49
50
+if isCI; then
51
+ # suppress change-tracker warnings
52
+ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set change-id=99999999"
53
+fi
54
+
55
if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
56
isCiBranch automation/bors/try; then
57
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
0 commit comments