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 04265ba commit ce46b68Copy full SHA for ce46b68
ci/test/01_base_install.sh
@@ -42,7 +42,7 @@ if [ -n "$PIP_PACKAGES" ]; then
42
fi
43
44
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
45
- 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
46
47
cmake -G Ninja -B /msan/clang_build/ \
48
-DLLVM_ENABLE_PROJECTS="clang" \
0 commit comments