diff options
| author | onur-ozkan <work@onurozkan.dev> | 2024-09-14 22:52:52 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2024-10-25 10:52:23 +0300 |
| commit | 03d23a797d259567f306139124f01b38bac77a9b (patch) | |
| tree | 4e12733981639269d7d53420c0f5eff3d988d98d | |
| parent | 55b7f8e800a6a43657a8582450323d546297c950 (diff) | |
| download | rust-03d23a797d259567f306139124f01b38bac77a9b.tar.gz rust-03d23a797d259567f306139124f01b38bac77a9b.zip | |
remove `change-id` from CI script
Signed-off-by: onur-ozkan <work@onurozkan.dev>
| -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 |
