Rollup merge of #132130 - onur-ozkan:remove-ci-change-id, r=Kobzol

remove `change-id` from CI script

It's not necessary to set `change-id` for CI since https://github.com/rust-lang/rust/pull/130356.
This commit is contained in:
Matthias Krüger 2024-10-25 20:33:12 +02:00 committed by GitHub
commit f8cae25e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,11 +47,6 @@ source "$ci_dir/shared.sh"
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
# suppress change-tracker warnings on CI
if [ "$CI" != "" ]; then
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set change-id=99999999"
fi
# If runner uses an incompatible option and `FORCE_CI_RUSTC` is not defined,
# switch to in-tree rustc.
if [ "$FORCE_CI_RUSTC" == "" ]; then