Skip to content

Commit 43a2c9a

Browse files
committed
disable set config-id in run.sh
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 953ff35 commit 43a2c9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ci/run.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ source "$ci_dir/shared.sh"
4848
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
4949

5050
# suppress change-tracker warnings on CI
51-
if [ "$CI" != "" ]; then
52-
echo "debug: setting change-id"
53-
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set change-id=99999999"
54-
fi
51+
# if [ "$CI" != "" ]; then
52+
# echo "debug: setting change-id"
53+
# RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set change-id=99999999"
54+
# fi
5555

5656
if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
5757
isCiBranch automation/bors/try; then

0 commit comments

Comments
 (0)