github.com/distbuild/reclient@v0.0.0-20240401075343-3de72e395564/configs/windows/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:windows",
    24          "@platforms//cpu:x86_64",
    25      ],
    26      target_compatible_with = [
    27          "@platforms//os:windows",
    28          "@platforms//cpu:x86_64",
    29      ],
    30      toolchain = "//configs/windows/cc:cc-compiler-x64_windows-clang-cl",
    31      toolchain_type = "@bazel_tools//tools/cpp:toolchain_type",
    32  )
    33  
    34  platform(
    35      name = "platform",
    36      constraint_values = [
    37          "@platforms//os:windows",
    38          "@platforms//cpu:x86_64",
    39      ],
    40      exec_properties = {
    41          "container-image": "docker://gcr.io/reclient-releases/reclient-builder-win@sha256:cbf269a5c88103d8aeef4fec0b1f11975847842ac1be70bb8b454ee1ff718192",
    42          "OSFamily": "Windows",
    43      },
    44      parents = ["@local_config_platform//:host"],
    45  )