aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2018-12-03 19:16:21 -0800
committerGravatar GitHub <noreply@github.com>2018-12-03 19:16:21 -0800
commitdc930c7868a9be5427afeec76f90d06748c9ef7f (patch)
tree8eb18342bf4b30f7a526f1cf4bba01409154a924 /WORKSPACE
parentc339ba32298a00436ba98800d513dcf4d0944d11 (diff)
Workarounding bazelbuild/bazel#6831
This will take care of the bazel crash until we have a proper fix upstream.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE5
1 files changed, 3 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 8d0fd693c6..5f159c867c 100644
--- a/WORKSPACE
+++ b/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(