Skip to content

Commit

Permalink
Unrolled build for rust-lang#132130
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#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 rust-lang#130356.
  • Loading branch information
rust-timer authored Oct 25, 2024
2 parents b188577 + 03d23a7 commit 34de88f
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 34de88f

Please sign in to comment.