aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-11-06 10:27:31 +0000
committerfanquake <fanquake@gmail.com>2024-01-26 13:38:52 +0000
commit800ddef6b994b8b05a11f2c1c6d265daaec5751a (patch)
tree06c46342de60d464d9330c1173519dfb909010bd /ci
parente3b68b3b833984973401ceff43930f7c56a83f29 (diff)
downloadbitcoin-800ddef6b994b8b05a11f2c1c6d265daaec5751a.tar.xz
ci: use LLVM 17.0.6 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 b15df4b6cc..99813da106 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-17.0.2 /msan/llvm-project
+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-17.0.6 /msan/llvm-project
cmake -G Ninja -B /msan/clang_build/ \
-DLLVM_ENABLE_PROJECTS="clang" \