We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
change-id
1 parent 449c844 commit 6ad1c2bCopy full SHA for 6ad1c2b
src/ci/run.sh
@@ -47,11 +47,6 @@ source "$ci_dir/shared.sh"
47
48
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
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
-
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