File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,9 @@ if [ -n "$PIP_PACKAGES" ]; then
5656fi
5757
5858if [[ -n " ${USE_INSTRUMENTED_LIBCPP} " ]]; then
59+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b " llvmorg-21.1.1" /llvm-project
60+
5961 if [ -n " ${APT_LLVM_V} " ]; then
60- ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b " llvmorg-$( clang --version | sed --silent ' s@.*clang version \([0-9.]*\).*@\1@p' ) " /llvm-project
61- else
62- ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b " llvmorg-21.1.0" /llvm-project
6362
6463 cmake -G Ninja -B /clang_build/ \
6564 -DLLVM_ENABLE_PROJECTS=" clang" \
You can’t perform that action at this time.
0 commit comments