Skip to content

Commit d76647e

Browse files
committed
ci: use LLVM 20.1.0 for MSAN
1 parent c2341eb commit d76647e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/01_base_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ -n "$PIP_PACKAGES" ]; then
4949
fi
5050

5151
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
52-
${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-20.1.0-rc1" /msan/llvm-project
52+
${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-20.1.0" /msan/llvm-project
5353

5454
cmake -G Ninja -B /msan/clang_build/ \
5555
-DLLVM_ENABLE_PROJECTS="clang" \

0 commit comments

Comments
 (0)