aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-10-06 10:59:16 +0100
committerfanquake <fanquake@gmail.com>2023-10-10 10:23:18 +0100
commitce46b6894176ddb9642b28c139c782c054c09996 (patch)
tree2edfba7a6b5a2bc1859181e7405c37977de90e34 /ci
parent04265ba9378efbd4c35b33390b1e5cf246d420a9 (diff)
downloadbitcoin-ce46b6894176ddb9642b28c139c782c054c09996.tar.xz
ci: use LLVM 17.0.2 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 424dca52dc..24da80d6fd 100755
--- a/ci/test/01_base_install.sh
+++ b/ci/test/01_base_install.sh
@@ -42,7 +42,7 @@ if [ -n "$PIP_PACKAGES" ]; then
fi
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
- git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-17.0.0-rc4" /msan/llvm-project
+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-17.0.2 /msan/llvm-project
cmake -G Ninja -B /msan/clang_build/ \
-DLLVM_ENABLE_PROJECTS="clang" \