Skip to content

Commit

Permalink
Merge #3154
Browse files Browse the repository at this point in the history
3154: [3rd-party] Update gRPC branch r=ricab a=townsend2010

There is a regression seen on macOS in the latest gRPC branch we used for the 1.12 release.  The gRPC branch has been updated to revert the problematic commits.

Fixes #3142



Co-authored-by: Chris Townsend <[email protected]>
  • Loading branch information
townsend2010 and Chris Townsend committed Jul 11, 2023
1 parent 2ddbeae commit 2b4cade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rd-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(FETCHCONTENT_QUIET FALSE)

FetchContent_Declare(gRPC
GIT_REPOSITORY https://github.com/CanonicalLtd/grpc.git
GIT_TAG ba8e7f72
GIT_TAG e3acf245
GIT_SHALLOW TRUE
GIT_SUBMODULES "third_party/abseil-cpp third_party/cares/cares third_party/protobuf third_party/re2 third_party/zlib"
GIT_SUBMODULES_RECURSE false
Expand Down

0 comments on commit 2b4cade

Please sign in to comment.