[libc++][CI] Upgrade LLVM HEAD version in Docker image (#108774)

Before changing the compiler version in
https://github.com/llvm/llvm-project/pull/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.
This commit is contained in:
Robin Caloudis
2024-09-15 20:12:16 +02:00
committed by GitHub
parent 00e4575c67
commit 8965795ed8

View File

@@ -2,7 +2,7 @@ version: '3.7'
x-versions: &compiler_versions
GCC_LATEST_VERSION: 14
LLVM_HEAD_VERSION: 19
LLVM_HEAD_VERSION: 20
services:
buildkite-builder: