We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 280790b + 03d23a7 commit f8cae25Copy full SHA for f8cae25
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 runner uses an incompatible option and `FORCE_CI_RUSTC` is not defined,
56
# switch to in-tree rustc.
57
if [ "$FORCE_CI_RUSTC" == "" ]; then
0 commit comments