Remove redundent toolchain registrations in WORKSPACE (#27674)

pull/27701/head^2
Chi Wang 3 years ago committed by GitHub
parent a61bb8ed5b
commit d326b95d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      WORKSPACE

@ -10,14 +10,6 @@ load("//bazel:grpc_extra_deps.bzl", "grpc_extra_deps")
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") load("@bazel_toolchains//rules/exec_properties:exec_properties.bzl", "create_rbe_exec_properties_dict", "custom_exec_properties")
custom_exec_properties( custom_exec_properties(

Loading…
Cancel
Save