Skip to content

Commit 96527cd

Browse files
committed
ci: use LLVM 16.0.6 in MSAN jobs
1 parent c2316b1 commit 96527cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/01_base_install.sh

+1-1
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-16.0.5 "${BASE_SCRATCH_DIR}"/msan/llvm-project
45+
git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-16.0.6 "${BASE_SCRATCH_DIR}"/msan/llvm-project
4646

4747
cmake -G Ninja -B "${BASE_SCRATCH_DIR}"/msan/clang_build/ -DLLVM_ENABLE_PROJECTS="clang" \
4848
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)