mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
ci: Run functional tests in msan task
This commit is contained in:
@@ -27,4 +27,3 @@ export BITCOIN_CONFIG="\
|
|||||||
-DAPPEND_CPPFLAGS='-U_FORTIFY_SOURCE' \
|
-DAPPEND_CPPFLAGS='-U_FORTIFY_SOURCE' \
|
||||||
"
|
"
|
||||||
export USE_MEMORY_SANITIZER="true"
|
export USE_MEMORY_SANITIZER="true"
|
||||||
export RUN_FUNCTIONAL_TESTS="false"
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ if [ -n "$PIP_PACKAGES" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
|
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
|
||||||
${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-19.1.0" /msan/llvm-project
|
${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-19.1.6" /msan/llvm-project
|
||||||
|
|
||||||
cmake -G Ninja -B /msan/clang_build/ \
|
cmake -G Ninja -B /msan/clang_build/ \
|
||||||
-DLLVM_ENABLE_PROJECTS="clang" \
|
-DLLVM_ENABLE_PROJECTS="clang" \
|
||||||
|
|||||||
Reference in New Issue
Block a user