mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
ci: Remove unused errtrace trap ERR
This commit is contained in:
parent
d7700d3a26
commit
fad09b703f
1 changed files with 0 additions and 3 deletions
|
@ -104,9 +104,6 @@ cd "${BASE_BUILD_DIR}/bitcoin-$HOST"
|
||||||
|
|
||||||
bash -c "./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || ( (cat config.log) && false)
|
bash -c "./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || ( (cat config.log) && false)
|
||||||
|
|
||||||
set -o errtrace
|
|
||||||
trap 'bash -c "cat ${BASE_SCRATCH_DIR}/sanitizer-output/* 2> /dev/null"' ERR
|
|
||||||
|
|
||||||
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
|
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
|
||||||
# MemorySanitizer (MSAN) does not support tracking memory initialization done by
|
# MemorySanitizer (MSAN) does not support tracking memory initialization done by
|
||||||
# using the Linux getrandom syscall. Avoid using getrandom by undefining
|
# using the Linux getrandom syscall. Avoid using getrandom by undefining
|
||||||
|
|
Loading…
Add table
Reference in a new issue