diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-10-25 20:33:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-25 20:33:12 +0200 |
| commit | f8cae25e920b5666942974b8c8eb217bf22bbb9b (patch) | |
| tree | a42c73b1ddcfa5908a3bdada6afa63c210b5b599 | |
| parent | 280790b9a1568b80f4d40c2dd67651fa01688eb8 (diff) | |
| parent | 03d23a797d259567f306139124f01b38bac77a9b (diff) | |
| download | rust-f8cae25e920b5666942974b8c8eb217bf22bbb9b.tar.gz rust-f8cae25e920b5666942974b8c8eb217bf22bbb9b.zip | |
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.
| -rwxr-xr-x | src/ci/run.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh index 3962c354c10..8e2f525db68 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -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 |
