Skip to content

Commit 3784d15

Browse files
committed
ci: use LLVM libcxx 21.1.5
1 parent 745eb05 commit 3784d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/01_base_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [ -n "$PIP_PACKAGES" ]; then
5757
fi
5858

5959
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
60+
${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-21.1.5" /llvm-project
6161

6262
cmake -G Ninja -B /cxx_build/ \
6363
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \

0 commit comments

Comments
 (0)