Skip to content

Commit 8965795

Browse files
[libc++][CI] Upgrade LLVM HEAD version in Docker image (#108774)
Before changing the compiler version in #108761, we first of all need to upgrade the HEAD version to `Clang-20` in the Docker files and push new builder images to the CI.
1 parent 00e4575 commit 8965795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.7'
22

33
x-versions: &compiler_versions
44
GCC_LATEST_VERSION: 14
5-
LLVM_HEAD_VERSION: 19
5+
LLVM_HEAD_VERSION: 20
66

77
services:
88
buildkite-builder:

0 commit comments

Comments
 (0)