Skip to content

Commit ced4557

Browse files
Upgrade gRPC version used in OSS Tensorflow
PiperOrigin-RevId: 235285807
1 parent 8c1887b commit ced4557

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tensorflow/contrib/cmake/external/grpc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include (ExternalProject)
1717
set(GRPC_INCLUDE_DIRS ${CMAKE_CURRENT_BINARY_DIR}/grpc/src/grpc/include)
1818
set(GRPC_URL https://github.com/grpc/grpc.git)
1919
set(GRPC_BUILD ${CMAKE_CURRENT_BINARY_DIR}/grpc/src/grpc)
20-
set(GRPC_TAG 62688b6a05cc85b47fb77dd408611734253e47e2)
20+
set(GRPC_TAG 5f00cfd3bd667852c23a9e2d52b1e8aed93f0d9e)
2121

2222
if(WIN32)
2323
# We use unsecure gRPC because boringssl does not build on windows

tensorflow/workspace.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,12 +477,12 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
477477
# WARNING: make sure ncteisen@ and vpai@ are cc-ed on any CL to change the below rule
478478
tf_http_archive(
479479
name = "grpc",
480-
sha256 = "e1e3a9edbfbe4230bee174d4aa45a15c1ec2b203cedb02d20df3e6345d8fa63e",
481-
strip_prefix = "grpc-62688b6a05cc85b47fb77dd408611734253e47e2",
480+
sha256 = "f4b8476bb3a531ee47810e4bc39cdc5d5ec1005424a32cbf02c9da7751e261b7",
481+
strip_prefix = "grpc-5f00cfd3bd667852c23a9e2d52b1e8aed93f0d9e",
482482
system_build_file = clean_dep("//third_party/systemlibs:grpc.BUILD"),
483483
urls = [
484-
"https://mirror.bazel.build/github.com/grpc/grpc/archive/62688b6a05cc85b47fb77dd408611734253e47e2.tar.gz",
485-
"https://github.com/grpc/grpc/archive/62688b6a05cc85b47fb77dd408611734253e47e2.tar.gz",
484+
"https://mirror.bazel.build/github.com/grpc/grpc/archive/5f00cfd3bd667852c23a9e2d52b1e8aed93f0d9e.tar.gz",
485+
"https://github.com/grpc/grpc/archive/5f00cfd3bd667852c23a9e2d52b1e8aed93f0d9e.tar.gz",
486486
],
487487
)
488488

0 commit comments

Comments
 (0)