Skip to content

Commit

Permalink
Regenerate windows toolchains from 227a032
Browse files Browse the repository at this point in the history
  [skip ci]
  Regenerate linux toolchains from fdbc337

  [skip ci]
  Update bazel-toolchains (#181)
  • Loading branch information
envoy-build-tools(Azure Pipelines) committed Aug 26, 2022
1 parent 227a032 commit 0f17a22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions toolchains/configs/windows/clang-cl/config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ package(default_visibility = ["//visibility:public"])
toolchain(
name = "cc-toolchain",
exec_compatible_with = [
"@bazel_tools//platforms:windows",
"@bazel_tools//platforms:x86_64",
"@platforms//os:windows",
"@platforms//cpu:x86_64",
],
target_compatible_with = [
"@bazel_tools//platforms:windows",
"@bazel_tools//platforms:x86_64",
"@platforms//os:windows",
"@platforms//cpu:x86_64",
],
toolchain = "//toolchains/configs/windows/clang-cl/cc:cc-compiler-x64_windows",
toolchain_type = "@bazel_tools//tools/cpp:toolchain_type",
Expand All @@ -36,8 +36,8 @@ platform(
name = "platform",
parents = ["@local_config_platform//:host"],
constraint_values = [
"@bazel_tools//platforms:windows",
"@bazel_tools//platforms:x86_64",
"@platforms//os:windows",
"@platforms//cpu:x86_64",
],
exec_properties = {
"container-image": "docker://gcr.io/envoy-ci/envoy-build-windows@sha256:549812530b62d2b74bcd721d1e31bb4ce00be838c2653c3dfe8ff8f86b278311",
Expand Down
12 changes: 6 additions & 6 deletions toolchains/configs/windows/msvc-cl/config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ package(default_visibility = ["//visibility:public"])
toolchain(
name = "cc-toolchain",
exec_compatible_with = [
"@bazel_tools//platforms:windows",
"@bazel_tools//platforms:x86_64",
"@platforms//os:windows",
"@platforms//cpu:x86_64",
],
target_compatible_with = [
"@bazel_tools//platforms:windows",
"@bazel_tools//platforms:x86_64",
"@platforms//os:windows",
"@platforms//cpu:x86_64",
],
toolchain = "//toolchains/configs/windows/msvc-cl/cc:cc-compiler-x64_windows",
toolchain_type = "@bazel_tools//tools/cpp:toolchain_type",
Expand All @@ -36,8 +36,8 @@ platform(
name = "platform",
parents = ["@local_config_platform//:host"],
constraint_values = [
"@bazel_tools//platforms:windows",
"@bazel_tools//platforms:x86_64",
"@platforms//os:windows",
"@platforms//cpu:x86_64",
],
exec_properties = {
"container-image": "docker://gcr.io/envoy-ci/envoy-build-windows@sha256:549812530b62d2b74bcd721d1e31bb4ce00be838c2653c3dfe8ff8f86b278311",
Expand Down

0 comments on commit 0f17a22

Please sign in to comment.