Skip to content

Commit fa0411e

Browse files
author
MarcoFalke
committed
ci: Run functional tests in msan task
1 parent fc7b214 commit fa0411e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/test/00_setup_env_native_msan.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ export BITCOIN_CONFIG="\
2727
-DAPPEND_CPPFLAGS='-U_FORTIFY_SOURCE' \
2828
"
2929
export USE_MEMORY_SANITIZER="true"
30-
export RUN_FUNCTIONAL_TESTS="false"

ci/test/01_base_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ -n "$PIP_PACKAGES" ]; then
4949
fi
5050

5151
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
52-
${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-19.1.0" /msan/llvm-project
52+
${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-19.1.6" /msan/llvm-project
5353

5454
cmake -G Ninja -B /msan/clang_build/ \
5555
-DLLVM_ENABLE_PROJECTS="clang" \

0 commit comments

Comments
 (0)