Skip to content

Commit ce46b68

Browse files
committed
ci: use LLVM 17.0.2 in MSAN jobs
1 parent 04265ba commit ce46b68

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
@@ -42,7 +42,7 @@ if [ -n "$PIP_PACKAGES" ]; then
4242
fi
4343

4444
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
45-
git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-17.0.0-rc4" /msan/llvm-project
45+
${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-17.0.2 /msan/llvm-project
4646

4747
cmake -G Ninja -B /msan/clang_build/ \
4848
-DLLVM_ENABLE_PROJECTS="clang" \

0 commit comments

Comments
 (0)