github.com/distbuild/reclient@v0.0.0-20240401075343-3de72e395564/configs/linux/config/BUILD (about) 1 # Copyright 2020 The Bazel Authors. All rights reserved. 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 6 # 7 # http://www.apache.org/licenses/LICENSE-2.0 8 # 9 # Unless required by applicable law or agreed to in writing, software 10 # distributed under the License is distributed on an "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 15 # This file is auto-generated by github.com/bazelbuild/bazel-toolchains/pkg/rbeconfigsgen 16 # and should not be modified directly. 17 18 package(default_visibility = ["//visibility:public"]) 19 20 toolchain( 21 name = "cc-toolchain", 22 exec_compatible_with = [ 23 "@platforms//os:linux", 24 "@platforms//cpu:x86_64", 25 "@bazel_tools//tools/cpp:clang", 26 ], 27 target_compatible_with = [ 28 "@platforms//os:linux", 29 "@platforms//cpu:x86_64", 30 ], 31 toolchain = "//configs/linux/cc:cc-compiler-k8", 32 toolchain_type = "@bazel_tools//tools/cpp:toolchain_type", 33 ) 34 35 toolchain( 36 name = "cc-toolchain-1404", 37 exec_compatible_with = [ 38 "@platforms//os:linux", 39 "@platforms//cpu:x86_64", 40 "@bazel_tools//tools/cpp:clang", 41 ], 42 target_compatible_with = [ 43 "@platforms//os:linux", 44 "@platforms//cpu:x86_64", 45 ], 46 toolchain = "//configs/linux_android1404/cc:cc-compiler-k8-1404", 47 toolchain_type = "@bazel_tools//tools/cpp:toolchain_type", 48 ) 49 50 platform( 51 name = "platform", 52 constraint_values = [ 53 "@platforms//os:linux", 54 "@platforms//cpu:x86_64", 55 "@bazel_tools//tools/cpp:clang", 56 ], 57 exec_properties = { 58 "container-image": "docker://gcr.io/reclient-releases/reclient-builder@sha256:2e3eb49ff001caa66f3e083f16b0919dec0e5ae19068bcb48433bc69a5e24a2d", 59 "OSFamily": "Linux", 60 }, 61 parents = ["@local_config_platform//:host"], 62 )