Skip to content

Commit

Permalink
Rollup merge of rust-lang#132130 - onur-ozkan:remove-ci-change-id, r=…
Browse files Browse the repository at this point in the history
…Kobzol

remove `change-id` from CI script

It's not necessary to set `change-id` for CI since rust-lang#130356.
  • Loading branch information
matthiaskrgr authored Oct 25, 2024
2 parents 280790b + 03d23a7 commit f8cae25
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8cae25

Please sign in to comment.