We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7b214 commit fa0411eCopy full SHA for fa0411e
ci/test/00_setup_env_native_msan.sh
@@ -27,4 +27,3 @@ export BITCOIN_CONFIG="\
27
-DAPPEND_CPPFLAGS='-U_FORTIFY_SOURCE' \
28
"
29
export USE_MEMORY_SANITIZER="true"
30
-export RUN_FUNCTIONAL_TESTS="false"
ci/test/01_base_install.sh
@@ -49,7 +49,7 @@ if [ -n "$PIP_PACKAGES" ]; then
49
fi
50
51
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
+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-19.1.6" /msan/llvm-project
53
54
cmake -G Ninja -B /msan/clang_build/ \
55
-DLLVM_ENABLE_PROJECTS="clang" \
0 commit comments