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 c2341eb commit d76647eCopy full SHA for d76647e
ci/test/01_base_install.sh
@@ -49,7 +49,7 @@ if [ -n "$PIP_PACKAGES" ]; then
49
fi
50
51
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
52
- ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-20.1.0-rc1" /msan/llvm-project
+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-20.1.0" /msan/llvm-project
53
54
cmake -G Ninja -B /msan/clang_build/ \
55
-DLLVM_ENABLE_PROJECTS="clang" \
0 commit comments