We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b68b3 commit 800ddefCopy full SHA for 800ddef
ci/test/01_base_install.sh
@@ -36,7 +36,7 @@ if [ -n "$PIP_PACKAGES" ]; then
36
fi
37
38
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
39
- ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-17.0.2 /msan/llvm-project
+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-17.0.6 /msan/llvm-project
40
41
cmake -G Ninja -B /msan/clang_build/ \
42
-DLLVM_ENABLE_PROJECTS="clang" \
0 commit comments