Home
last modified time | relevance | path

Searched +full:android +full:- +full:buildkite +full:- +full:builder (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/libc++/src/utils/ci/
DDockerfile1 #===----------------------------------------------------------------------===##
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===##
9 # This file defines the buildkite and github actions builder images.
17 # docker compose build buildkite-builder
18 # docker compose push buildkite-builder
22 # ghcr.io/libcxx/buildkite-builder
23 # ghcr.io/libcxx/actions-builder
24 # ghcr.io/libcxx/android-buildkite-builder
28 # ===----------------------------------------------------------------------===##
[all …]
Ddocker-compose.yml3 x-versions: &compiler_versions
8 buildkite-builder:
9 image: ghcr.io/libcxx/buildkite-builder:${TAG:-latest}
13 target: buildkite-builder
17 actions-builder:
18 image: ghcr.io/libcxx/actions-builder:${TAG:-latest}
22 target: actions-builder
24 BASE_IMAGE: ghcr.io/actions/actions-runner:2.311.0
26 android-buildkite-builder:
27 image: ghcr.io/libcxx/android-buildkite-builder:${TAG:-latest}
[all …]