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"
101101
102102bash -c " ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG " || ( (cat config.log) && false)
103103
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-
112104if [[ " ${RUN_TIDY} " == " true" ]]; then
113105 MAYBE_BEAR=" bear --config src/.bear-tidy-config"
114106 MAYBE_TOKEN=" --"
You can’t perform that action at this time.
0 commit comments