Skip to content

Commit 6ad1c2b

Browse files
committed
remove change-id from CI script
Signed-off-by: onur-ozkan <[email protected]>
1 parent 449c844 commit 6ad1c2b

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 ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
5651
isCiBranch automation/bors/try; then
5752
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"

0 commit comments

Comments
 (0)