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 ee42d59 commit b736052Copy full SHA for b736052
ci/test/01_base_install.sh
@@ -56,10 +56,9 @@ if [ -n "$PIP_PACKAGES" ]; then
56
fi
57
58
if [[ -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
+
61
if [ -n "${APT_LLVM_V}" ]; then
- ${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
- else
62
- ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-21.1.0" /llvm-project
63
64
cmake -G Ninja -B /clang_build/ \
65
-DLLVM_ENABLE_PROJECTS="clang" \
0 commit comments