-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade grpc, googletest, rules_k8s and protobuf deps
Summary: This brings them up to newer versions and unblocks a bazel 6.0 upgrade. Note that the proto-js compiler was removed from the base protobuf repo and so we have to manually pull it in now. Test Plan: All existing tests should pass. Reviewers: zasgar, michelle, jamesbartlett, #third_party_approvers Reviewed By: zasgar, #third_party_approvers Signed-off-by: Vihang Mehta <[email protected]> Differential Revision: https://phab.corp.pixielabs.ai/D12639 GitOrigin-RevId: 707de2b3a8ccd20f9eccc815b01487158878eca6
- Loading branch information
1 parent
3f3aeef
commit 00a76c5
Showing
12 changed files
with
80 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/BUILD b/BUILD | ||
index 8a12aa15b7..cf0eda62f9 100644 | ||
index cb6cdc2891..c4d7f2ab8c 100644 | ||
--- a/BUILD | ||
+++ b/BUILD | ||
@@ -5088,7 +5088,7 @@ grpc_cc_library( | ||
@@ -2073,7 +2073,7 @@ grpc_cc_library( | ||
"include/grpcpp/test/mock_stream.h", | ||
"include/grpcpp/test/server_context_test_spouse.h", | ||
], | ||
- visibility = ["@grpc:grpc++_test"], | ||
+ visibility = ["//visibility:public"], | ||
deps = [ | ||
"gpr_base", | ||
"grpc++", | ||
"grpc_base", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
bazel/external/protobuf.patch → bazel/external/protobuf_javascript.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters