Files
clang-p2996/libcxx/utils/ci/docker-compose.yml
Ryan Prichard 1c8ac4c620 [libc++][Android] BuildKite CI: update Clang and sysroot versions (#116151)
Android clang-r536225 identifies as Clang 19 but it predates LLVM
19.0.0. It is based off of fc57f88f00.
2024-11-20 14:07:55 -08:00

28 lines
766 B
YAML

x-versions: &compiler_versions
GCC_LATEST_VERSION: 14
LLVM_HEAD_VERSION: 20
services:
actions-builder:
image: ghcr.io/llvm/libcxx-linux-builder:${TAG}
build:
context: .
dockerfile: Dockerfile
target: actions-builder
args:
BASE_IMAGE: ghcr.io/actions/actions-runner:2.319.1
<<: *compiler_versions
android-buildkite-builder:
image: ghcr.io/llvm/libcxx-android-builder:${TAG}
build:
context: .
dockerfile: Dockerfile
target: android-buildkite-builder
args:
BASE_IMAGE: ubuntu:noble
ANDROID_CLANG_VERSION: r536225
ANDROID_CLANG_PREBUILTS_COMMIT: 3f67b93ee7a50ae2a3cb34cc32d0589415cc0a9c
ANDROID_SYSROOT_BID: 12644632
<<: *compiler_versions