-
Notifications
You must be signed in to change notification settings - Fork 455
chore(deps): update grpc #16186
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
base: main
Are you sure you want to change the base?
chore(deps): update grpc #16186
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -209,14 +209,14 @@ def gl_cpp_workspace0(name = None): | |
| http_archive, | ||
| name = "grpc", | ||
| urls = [ | ||
| "https://github.com/grpc/grpc/archive/v1.74.1.tar.gz", | ||
| "https://github.com/grpc/grpc/archive/v1.82.0-pre1.tar.gz", | ||
| ], | ||
| repo_mapping = { | ||
| "@com_google_absl": "@abseil-cpp", | ||
| "@com_github_grpc_grpc": "@grpc", | ||
| }, | ||
| sha256 = "7bf97c11cf3808d650a3a025bbf9c5f922c844a590826285067765dfd055d228", | ||
| strip_prefix = "grpc-1.74.1", | ||
| sha256 = "7c91601663de3363887c57df1a4806f6f0cd2c7c4e6b208aca398496d014f7ee", | ||
| strip_prefix = "grpc-1.82.0-pre1", | ||
|
Comment on lines
+212
to
+219
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is a version mismatch between |
||
| ) | ||
|
|
||
| native.bind( | ||
|
|
||
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.
The gRPC version here is updated to
1.81.1, butbazel/workspace0.bzland the Dockerfiles are being updated to1.82.0-pre1. Please ensure that the gRPC version is kept consistent across Bzlmod, legacy Workspace, and Docker/CMake builds to prevent build/runtime inconsistencies.