File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ include (ExternalProject)
1717set (GRPC_INCLUDE_DIRS ${CMAKE_CURRENT_BINARY_DIR} /grpc/src/grpc/include)
1818set (GRPC_URL https://github.com/grpc/grpc.git)
1919set (GRPC_BUILD ${CMAKE_CURRENT_BINARY_DIR} /grpc/src/grpc)
20- set (GRPC_TAG 62688b6a05cc85b47fb77dd408611734253e47e2 )
20+ set (GRPC_TAG 5f00cfd3bd667852c23a9e2d52b1e8aed93f0d9e )
2121
2222if (WIN32 )
2323 # We use unsecure gRPC because boringssl does not build on windows
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments