aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authormerge-script <fanquake@gmail.com>2024-09-18 18:40:05 +0100
committermerge-script <fanquake@gmail.com>2024-09-18 18:40:05 +0100
commitfd08fded63adb5bcda2334a98c02d653a849debb (patch)
tree17dfe2f2033ebafa1fb5cc9579804603a8a894f3 /ci
parent69409bc6e55848cf959ed924bcc722997455d76f (diff)
parentccccb67851b03a7042bbf62a5534607f174ec47b (diff)
downloadbitcoin-fd08fded63adb5bcda2334a98c02d653a849debb.tar.xz
Merge bitcoin/bitcoin#30639: ci: Use clang-19 in msan tasks
ccccb67851b03a7042bbf62a5534607f174ec47b ci: Use clang-19 in msan tasks (MarcoFalke) Pull request description: A new clang version generally comes with bugfixes, new sanitizer features, deprecations, as well as new features. Upgrade the memory sanitizer tasks to use the new version. (Ref https://github.com/bitcoin/bitcoin/pull/30634) ACKs for top commit: fanquake: ACK ccccb67851b03a7042bbf62a5534607f174ec47b Tested both jobs on aarch64, and one on x86_64 with `mmap_rnd_bits`. Tree-SHA512: a42bf2da7c08aa54c0c5ab3811ff51b98b80b276be135eed32395a55ae93a42d41d7cd32c307062dcca711a892958ea141168c2a06025560074f8c5d20190946
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 bb99fc30e9..538a58cbd5 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.3" /msan/llvm-project
+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-19.1.0" /msan/llvm-project
cmake -G Ninja -B /msan/clang_build/ \
-DLLVM_ENABLE_PROJECTS="clang" \