Skip to content

Commit

Permalink
Remove redundent toolchain registrations in WORKSPACE (grpc#27674)
Browse files Browse the repository at this point in the history
  • Loading branch information
coeuvre authored Oct 13, 2021
1 parent a61bb8e commit d326b95
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ load("//bazel:grpc_extra_deps.bzl", "grpc_extra_deps")

grpc_extra_deps()

register_execution_platforms(
"//third_party/toolchains:rbe_windows",
)

register_toolchains(
"//third_party/toolchains/bazel_0.26.0_rbe_windows:cc-toolchain-x64_windows",
)

load("@bazel_toolchains//rules/exec_properties:exec_properties.bzl", "create_rbe_exec_properties_dict", "custom_exec_properties")

custom_exec_properties(
Expand Down

0 comments on commit d326b95

Please sign in to comment.