1x-versions: &compiler_versions 2 GCC_LATEST_VERSION: 14 3 LLVM_HEAD_VERSION: 20 4 5services: 6 actions-builder: 7 image: ghcr.io/llvm/libcxx-linux-builder:${TAG} 8 build: 9 context: . 10 dockerfile: Dockerfile 11 target: actions-builder 12 args: 13 BASE_IMAGE: ghcr.io/actions/actions-runner:2.319.1 14 <<: *compiler_versions 15 16 android-buildkite-builder: 17 image: ghcr.io/llvm/libcxx-android-builder:${TAG} 18 build: 19 context: . 20 dockerfile: Dockerfile 21 target: android-buildkite-builder 22 args: 23 BASE_IMAGE: ubuntu:noble 24 ANDROID_CLANG_VERSION: r536225 25 ANDROID_CLANG_PREBUILTS_COMMIT: 3f67b93ee7a50ae2a3cb34cc32d0589415cc0a9c 26 ANDROID_SYSROOT_BID: 12644632 27 <<: *compiler_versions 28