aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Tamas Berghammer <tberghammer@google.com>2016-06-21 13:27:58 +0100
committerGravatar Tamas Berghammer <tberghammer@google.com>2016-06-21 13:27:58 +0100
commitea74f915771c0665daea12004f99cc50a11cbfbd (patch)
tree7f18fa5c212a3153100910eda6bb5469aaaa9d91 /build.yaml
parent5988716d9d6e33cd59631865527d73d3caa87387 (diff)
Remove an unneccessary dependency from grpc++_base
Previously grpc++_base was dependning on grpc what caused a transitive dependency on ssl for grpc++_unsecure. Removing the grpc dependency shouldn't cause any issue as grpc++_base is a filegroup and all library using it already depends on grpc directly. This fixes https://github.com/grpc/grpc/issues/6784
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.yaml b/build.yaml
index d41f419594..59f7d19dfc 100644
--- a/build.yaml
+++ b/build.yaml
@@ -714,8 +714,6 @@ filegroups:
- src/cpp/util/status.cc
- src/cpp/util/string_ref.cc
- src/cpp/util/time.cc
- deps:
- - grpc
uses:
- grpc++_codegen_base
- name: grpc++_codegen_base