grpc-ecosystem / grpc-httpjson-transcoding

Transcoding to provide HTTP/JSON interface for gRPC Service
Apache License 2.0
164 stars 35 forks source link

bazel: Update googleapis and do not define custom BUILD file #39

Closed vadorovsky closed 5 years ago

vadorovsky commented 5 years ago

This change updates googleapis to the version which is currently used by Envoy and which has its own set of BUILD files exposing proto libraries.

Signed-off-by: Michal Rostecki mrostecki@opensuse.org

qiwzhang commented 5 years ago

Sorry, this change will break ESP . ESP can only support bazel 0.21. I believe this change require to use latest Bazel version.

If you just want to upgrade its dependencies, you can just update your Envoy bazel dependencies, not need to update here.

vadorovsky commented 5 years ago

OK, I aimed to fix the standalone build (just checking out this repo and doing bazel build //...) by this PR though, but I understand, that's an unusual thing to do.