This will take care of the bazel crash until we have a proper fix upstream.
pull/17385/head
Nicolas Noble 6 years ago committed by GitHub
parent c339ba3229
commit dc930c7868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      WORKSPACE

@ -8,11 +8,12 @@ grpc_deps()
grpc_test_only_deps()
register_execution_platforms(
"//third_party/toolchains:all",
"//third_party/toolchains:rbe_ubuntu1604",
"//third_party/toolchains:rbe_ubuntu1604_large",
)
register_toolchains(
"//third_party/toolchains:all",
"//third_party/toolchains:cc-toolchain-clang-x86_64-default",
)
new_http_archive(

Loading…
Cancel
Save