Skip to content

Commit 34de88f

Browse files
authored
Unrolled build for rust-lang#132130
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.
2 parents b188577 + 03d23a7 commit 34de88f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ci/run.sh

-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ source "$ci_dir/shared.sh"
4747

4848
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
4949

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-
5550
# If runner uses an incompatible option and `FORCE_CI_RUSTC` is not defined,
5651
# switch to in-tree rustc.
5752
if [ "$FORCE_CI_RUSTC" == "" ]; then

0 commit comments

Comments
 (0)