From dc930c7868a9be5427afeec76f90d06748c9ef7f Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Mon, 3 Dec 2018 19:16:21 -0800 Subject: Workarounding bazelbuild/bazel#6831 This will take care of the bazel crash until we have a proper fix upstream. --- WORKSPACE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'WORKSPACE') 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( -- cgit v1.2.3