ci: use LLVM 17.0.2 in MSAN jobs

This commit is contained in:
fanquake 2023-10-06 10:59:16 +01:00
parent 04265ba937
commit ce46b68941
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -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" \