Skip to content

Commit

Permalink
disable set config-id in run.sh
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Dec 29, 2023
1 parent 953ff35 commit 43a2c9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ source "$ci_dir/shared.sh"
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

# suppress change-tracker warnings on CI
if [ "$CI" != "" ]; then
echo "debug: setting change-id"
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set change-id=99999999"
fi
# if [ "$CI" != "" ]; then
# echo "debug: setting change-id"
# RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set change-id=99999999"
# fi

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

0 comments on commit 43a2c9a

Please sign in to comment.