diff options
author | fanquake <fanquake@gmail.com> | 2023-10-06 10:59:16 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-10-10 10:23:18 +0100 |
commit | ce46b6894176ddb9642b28c139c782c054c09996 (patch) | |
tree | 2edfba7a6b5a2bc1859181e7405c37977de90e34 /ci/test | |
parent | 04265ba9378efbd4c35b33390b1e5cf246d420a9 (diff) |
ci: use LLVM 17.0.2 in MSAN jobs
Diffstat (limited to 'ci/test')
-rwxr-xr-x | ci/test/01_base_install.sh | 2 |
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" \ |