Skip to content

Commit 565aac2

Browse files
author
MarcoFalke
committed
Merge bitcoin#24705: ci: note why bdb is disabled in msan jobs
527eeaf ci: note why BDB is disabled for MSAN jobs (fanquake) d6c71b0 ci: remove explicit --enable-wallet from msan job (fanquake) Pull request description: Closes bitcoin#24703. Top commit has no ACKs. Tree-SHA512: 231a52a0a1f55ecabf5b4f816dbc9ff4bc349bf3a247939fc75fee95454aff9fde04c9723b620a24e5a7993bd9bad7de5de1b0fd3c6cacc6297b7a64606e3a29
2 parents 7c72eab + 527eeaf commit 565aac2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/test/00_setup_env_native_fuzz_with_msan.sh

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export MSAN_AND_LIBCXX_FLAGS="${MSAN_FLAGS} ${LIBCXX_FLAGS}"
1414

1515
export CONTAINER_NAME="ci_native_msan"
1616
export PACKAGES="clang-9 llvm-9 cmake"
17+
# BDB generates false-positives and will be removed in future
1718
export DEP_OPTS="NO_BDB=1 NO_QT=1 CC='clang' CXX='clang++' CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}' libevent_cflags='${MSAN_FLAGS}' sqlite_cflags='${MSAN_FLAGS}' zeromq_cxxflags='-std=c++17 ${MSAN_AND_LIBCXX_FLAGS}'"
1819
export GOAL="install"
1920
export BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,memory --with-asm=no --prefix=${DEPENDS_DIR}/x86_64-pc-linux-gnu/ CC=clang CXX=clang++ CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}'"

ci/test/00_setup_env_native_msan.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ export MSAN_AND_LIBCXX_FLAGS="${MSAN_FLAGS} ${LIBCXX_FLAGS}"
1414

1515
export CONTAINER_NAME="ci_native_msan"
1616
export PACKAGES="clang-9 llvm-9 cmake"
17+
# BDB generates false-positives and will be removed in future
1718
export DEP_OPTS="NO_BDB=1 NO_QT=1 CC='clang' CXX='clang++' CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}' libevent_cflags='${MSAN_FLAGS}' sqlite_cflags='${MSAN_FLAGS}' zeromq_cxxflags='-std=c++17 ${MSAN_AND_LIBCXX_FLAGS}'"
1819
export GOAL="install"
19-
export BITCOIN_CONFIG="--enable-wallet --with-sanitizers=memory --with-asm=no --prefix=${DEPENDS_DIR}/x86_64-pc-linux-gnu/ CC=clang CXX=clang++ CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}'"
20+
export BITCOIN_CONFIG="--with-sanitizers=memory --with-asm=no --prefix=${DEPENDS_DIR}/x86_64-pc-linux-gnu/ CC=clang CXX=clang++ CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}'"
2021
export USE_MEMORY_SANITIZER="true"
2122
export RUN_FUNCTIONAL_TESTS="false"
2223
export CCACHE_SIZE=250M

0 commit comments

Comments
 (0)