File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,6 @@ cd "${BASE_BUILD_DIR}/bitcoin-$HOST"
101
101
102
102
bash -c " ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG " || ( (cat config.log) && false)
103
103
104
- if [[ ${USE_MEMORY_SANITIZER} == " true" ]]; then
105
- # MemorySanitizer (MSAN) does not support tracking memory initialization done by
106
- # using the Linux getrandom syscall. Avoid using getrandom by undefining
107
- # HAVE_SYS_GETRANDOM. See https://github.com/google/sanitizers/issues/852 for
108
- # details.
109
- grep -v HAVE_SYS_GETRANDOM src/config/bitcoin-config.h > src/config/bitcoin-config.h.tmp && mv src/config/bitcoin-config.h.tmp src/config/bitcoin-config.h
110
- fi
111
-
112
104
if [[ " ${RUN_TIDY} " == " true" ]]; then
113
105
MAYBE_BEAR=" bear --config src/.bear-tidy-config"
114
106
MAYBE_TOKEN=" --"
You can’t perform that action at this time.
0 commit comments