aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-03-26 17:15:47 +0000
committerfanquake <fanquake@gmail.com>2024-04-06 09:40:23 +0100
commitc7efee591a27720757504f3ebf7dbeaef0185931 (patch)
tree15e346af1afcf8ac5112edd64744a560141bf512 /ci
parentb5d21182e5a66110ce2796c2c99da39c8ebf0d72 (diff)
downloadbitcoin-c7efee591a27720757504f3ebf7dbeaef0185931.tar.xz
ci: use LLVM 18.1.3 in MSAN jobs
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/01_base_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/01_base_install.sh b/ci/test/01_base_install.sh
index 6f1498963a..25962a53e5 100755
--- a/ci/test/01_base_install.sh
+++ b/ci/test/01_base_install.sh
@@ -36,7 +36,7 @@ if [ -n "$PIP_PACKAGES" ]; then
fi
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
- ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-18.1.1" /msan/llvm-project
+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-18.1.3" /msan/llvm-project
cmake -G Ninja -B /msan/clang_build/ \
-DLLVM_ENABLE_PROJECTS="clang" \