From 03d23a797d259567f306139124f01b38bac77a9b Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Sat, 14 Sep 2024 22:52:52 +0300 Subject: [PATCH] remove `change-id` from CI script Signed-off-by: onur-ozkan --- src/ci/run.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ci/run.sh b/src/ci/run.sh index 3962c354c10e5..8e2f525db68fc 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