-
Notifications
You must be signed in to change notification settings - Fork 440
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 to gRPC 1.46.3 (#1459) #1462
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1462 +/- ##
==========================================
- Coverage 85.02% 84.96% -0.06%
==========================================
Files 156 156
Lines 4977 4977
==========================================
- Hits 4231 4228 -3
- Misses 746 749 +3
|
The Bazel build fails with the following message:
File src/core/lib/config/core_configuration.cc is part of gRPC, so this looks like when building gRPC itself. The gcc error message is not printed, making this hard to investigate. Any idea anyone ? |
Looks like if the error data is larger than 1mb, bazel doesn't print it to stderr : |
Hi @lalitb I never used Bazel before, so I am really struggling with it. On a local build on a linux machine, I get:
which seems even worse. |
gRPC 1.46.3 depends on: The gRPC contains uses of src/core/lib/channel/channel_args.h: decltype(ChannelArgTypeTraits<absl::remove_cvref_t< using remove_cvref_t in abseil. |
Head branch was pushed to by a user without write access
977f612
to
e43cff8
Compare
Upgrade CI scripts to use gRPC 1.46.3 Upgrade CI scripts to use abseil 20211102.0
Sorry I missed this message. Will have a look to bazel build. |
BTW: Why don't we upgrade gRPC to the latest version of gRPC(v1.48.0)? |
Yes. we can try upgrading to gRPC v1.48.0, and/or bazel v4.2.2. Saw somewhere that the |
Ok, I realize it won't be straightforward to upgrade to 1.48.0, as it needs C++14 to build as discussed here - #1449. |
Change superseded by PR #1608 Abandoning this branch. |
Fixes #1459
Changes
Upgrade to gRPC 1.46.3
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes