diff options
author | fanquake <fanquake@gmail.com> | 2023-06-20 17:14:06 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-06-20 17:14:06 +0100 |
commit | 96527cd51e0a8aa6ba094863a692a9e9ecb420e8 (patch) | |
tree | f2b1a4fea8fa15c9287e70f9f89f64afca14bcb5 /ci/test | |
parent | c2316b1e3429c21e6fbc9d355fb75b50dcc53c41 (diff) |
ci: use LLVM 16.0.6 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 230288bc6c..b5d2dbe922 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-16.0.5 "${BASE_SCRATCH_DIR}"/msan/llvm-project + git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-16.0.6 "${BASE_SCRATCH_DIR}"/msan/llvm-project cmake -G Ninja -B "${BASE_SCRATCH_DIR}"/msan/clang_build/ -DLLVM_ENABLE_PROJECTS="clang" \ -DCMAKE_BUILD_TYPE=Release \ |