suppress change-tracker warnings in containers
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
a815c3b69c
commit
f521b4c5c1
1 changed files with 6 additions and 1 deletions
|
@ -47,6 +47,11 @@ 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 ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
|
||||
isCiBranch automation/bors/try; then
|
||||
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
|
||||
|
@ -241,7 +246,7 @@ fi
|
|||
|
||||
if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
|
||||
rm -f config.toml
|
||||
$SRC/configure --set rust.parallel-compiler
|
||||
$SRC/configure --set change-id=99999999 --set rust.parallel-compiler
|
||||
|
||||
# Save the build metrics before we wipe the directory
|
||||
if [ "$HAS_METRICS" = 1 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue