Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ci/
H A DDockerfile1 #===----------------------------------------------------------------------===##
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===##
9 # This file defines the buildkite and github actions builder images.
16 # docker compose build buildkite-builder
20 # ghcr.io/libcxx/buildkite-builder
21 # ghcr.io/libcxx/actions-builder
22 # ghcr.io/libcxx/android-buildkite-builder
27 # ===----------------------------------------------------------------------===##
28 # Running the buildkite image
[all …]
H A 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.314.1
26 android-buildkite-builder:
27 image: ghcr.io/libcxx/android-buildkite-builder:${TAG:-latest}
[all …]
/aosp_15_r20/external/cronet/net/http/
H A Dtransport_security_state_static.json2 // Use of this source code is governed by a BSD-style license that can be
7 // The top-level element is a dictionary with one key: "entries", which contains
14 // - test: test domains.
15 // - google: Google-owned sites.
16 // - custom: entries without includeSubdomains or with HPKP.
17 // - bulk-legacy: bulk entries preloaded before Chrome 50.
18 // - bulk-18-weeks: bulk entries with max-age >= 18 weeks (Chrome 50-63).
19 // - bulk-1-year: bulk entries with max-age >= 1 year (after Chrome 63).
20 // - public-suffix: public suffixes (e.g. TLDs or other public suffix
22 // - public-suffix-requested: domains under a public suffix that have
[all …]