We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953ff35 commit 43a2c9aCopy full SHA for 43a2c9a
src/ci/run.sh
@@ -48,10 +48,10 @@ source "$ci_dir/shared.sh"
48
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
49
50
# 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
+# if [ "$CI" != "" ]; then
+# echo "debug: setting change-id"
+# RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set change-id=99999999"
+# fi
55
56
if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
57
isCiBranch automation/bors/try; then
0 commit comments