Skip to content

Commit 1b6831d

Browse files
bors[bot]Chris Townsend
andauthored
Merge #3154
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]>
2 parents a567c61 + 6290187 commit 1b6831d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3rd-party/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(FETCHCONTENT_QUIET FALSE)
33

44
FetchContent_Declare(gRPC
55
GIT_REPOSITORY https://github.com/CanonicalLtd/grpc.git
6-
GIT_TAG ba8e7f72
6+
GIT_TAG e3acf245
77
GIT_SHALLOW TRUE
88
GIT_SUBMODULES "third_party/abseil-cpp third_party/cares/cares third_party/protobuf third_party/re2 third_party/zlib"
99
GIT_SUBMODULES_RECURSE false

0 commit comments

Comments
 (0)