-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade grpc dependency. #459
Conversation
Codecov Report
@@ Coverage Diff @@
## main #459 +/- ##
==========================================
+ Coverage 94.39% 94.40% +0.01%
==========================================
Files 200 200
Lines 9068 9068
==========================================
+ Hits 8560 8561 +1
+ Misses 508 507 -1
|
63a7689
to
bfde880
Compare
Is this new in grpc 1.34? It changes how protoc is pulled in? (looks like the new grpc release also breaks the gcc-4.8+bazel build) |
I think you added the specific proto dep to work around the bug in the description, but proto is a transitive deps from gRPC, and not sure why we need to redeclare since there is no |
I think it is fine to remove protobuf dependency. gRPC dependence was introduced recently which supersedes the protobuf. |
For CMake we still require protobuf, since its package (both Debian package and vcpkg package) includes the While unrelated to Bazel PR, I am not sure if (how) we can safely eliminate dependency on protobuf from CMake build at the moment. Can't comment on Bazel specifics. |
FYI - grpc/grpc#24953 I tried to bump gRPC locally and ran into a bazel issue pulling it in on windows. I don't think this is related to the legacy-bazel CI breakage but it'd be nice to verify if downstream windows can consume this version of gRPC or if we need to open a bug ourselves to "upgrade ASAP" once that fix is in. |
7de7b03
to
faf547a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing the update!
@bogdandrutu Can you see if the |
3a70751
to
c466ab0
Compare
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
@bogdandrutu . There are some failures for bazel on Windows and gcc4.8. Thanks. ` this rule is missing dependency declarations for the following files included by 'com_github_grpc_grpc/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c': |
closing this, as we have a similar gRPC upgrade PR #666 |
Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com