Searched +full:android +full:- +full:buildkite +full:- +full:builder (Results 1 – 3 of 3) sorted by relevance
1 #===----------------------------------------------------------------------===##5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 #===----------------------------------------------------------------------===##9 # This file defines the buildkite and github actions builder images.16 # docker compose build buildkite-builder20 # ghcr.io/libcxx/buildkite-builder21 # ghcr.io/libcxx/actions-builder22 # ghcr.io/libcxx/android-buildkite-builder27 # ===----------------------------------------------------------------------===##28 # Running the buildkite image[all …]
3 x-versions: &compiler_versions8 buildkite-builder:9 image: ghcr.io/libcxx/buildkite-builder:${TAG:-latest}13 target: buildkite-builder17 actions-builder:18 image: ghcr.io/libcxx/actions-builder:${TAG:-latest}22 target: actions-builder24 BASE_IMAGE: ghcr.io/actions/actions-runner:2.314.126 android-buildkite-builder:27 image: ghcr.io/libcxx/android-buildkite-builder:${TAG:-latest}[all …]
2 // Use of this source code is governed by a BSD-style license that can be7 // The top-level element is a dictionary with one key: "entries", which contains14 // - 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 suffix22 // - public-suffix-requested: domains under a public suffix that have[all …]