Merge pull request #9449 from ChrisDryden/patch-3

Removing the per process file flag to reduce the llvm filemerge time
This commit is contained in:
Sylvestre Ledru 2025-11-22 20:51:56 +01:00 committed by GitHub
commit 6d309b5bf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ export CARGO_INCREMENTAL=0
export RUSTFLAGS="-Cinstrument-coverage -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
export RUSTDOCFLAGS="-Cpanic=abort"
export RUSTUP_TOOLCHAIN="nightly-gnu"
export LLVM_PROFILE_FILE="${PROFRAW_DIR}/coverage-%m-%p.profraw"
export LLVM_PROFILE_FILE="${PROFRAW_DIR}/coverage-%4m.profraw"
# Disable expanded command printing for the rest of the program
set +x