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 745eb05 commit 3784d15Copy full SHA for 3784d15
ci/test/01_base_install.sh
@@ -57,7 +57,7 @@ if [ -n "$PIP_PACKAGES" ]; then
57
fi
58
59
if [[ -n "${USE_INSTRUMENTED_LIBCPP}" ]]; then
60
- ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-21.1.1" /llvm-project
+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-21.1.5" /llvm-project
61
62
cmake -G Ninja -B /cxx_build/ \
63
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
0 commit comments