github.com/prysmaticlabs/prysm@v1.4.4/tools/cross-toolchain/configs/clang/bazel_3.7.0/config/BUILD (about) 1 # Copyright 2016 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 an rbe_autoconfig repository rule 16 # and should not be modified directly. 17 # See @bazel_toolchains//rules:rbe_repo.bzl 18 19 package(default_visibility = ["//visibility:public"]) 20 21 toolchain( 22 name = "cc-toolchain", 23 exec_compatible_with = [ 24 "@bazel_tools//platforms:x86_64", 25 "@bazel_tools//platforms:linux", 26 "@bazel_tools//tools/cpp:clang", 27 ], 28 target_compatible_with = [ 29 "@bazel_tools//platforms:linux", 30 "@bazel_tools//platforms:x86_64", 31 ], 32 toolchain = "//tools/cross-toolchain/configs/clang/bazel_3.7.0/cc:cc-compiler-k8", 33 toolchain_type = "@bazel_tools//tools/cpp:toolchain_type", 34 ) 35 36 platform( 37 name = "platform", 38 constraint_values = [ 39 "@bazel_tools//platforms:x86_64", 40 "@bazel_tools//platforms:linux", 41 "@bazel_tools//tools/cpp:clang", 42 ], 43 exec_properties = { 44 "container-image": "docker://gcr.io/prysmaticlabs/rbe-worker@sha256:bd40e9a43b983c8b06079d14a0530100d6e1d59796616ca1d8b3902a197c97b1", 45 "OSFamily": "Linux", 46 }, 47 )