We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03a4e8d + fad09b7 commit 904631eCopy full SHA for 904631e
ci/test/06_script_b.sh
@@ -104,9 +104,6 @@ cd "${BASE_BUILD_DIR}/bitcoin-$HOST"
104
105
bash -c "./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || ( (cat config.log) && false)
106
107
-set -o errtrace
108
-trap 'bash -c "cat ${BASE_SCRATCH_DIR}/sanitizer-output/* 2> /dev/null"' ERR
109
-
110
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
111
# MemorySanitizer (MSAN) does not support tracking memory initialization done by
112
# using the Linux getrandom syscall. Avoid using getrandom by undefining
0 commit comments