mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Update grpc to version that fixes typo in third_party/py/python_configure.bzl (#6235)
See https://github.com/grpc/grpc/pull/20774
This commit is contained in:
parent
64a3a7239e
commit
ca08a8f479
1 changed files with 2 additions and 2 deletions
|
@ -187,9 +187,9 @@ def ray_deps_setup():
|
|||
|
||||
github_repository(
|
||||
name = "com_github_grpc_grpc",
|
||||
commit = "93e8830070e9afcbaa992c75817009ee3f4b63a0",
|
||||
commit = "4790ab6d97e634a1ede983be393f3bb3c132b2f7",
|
||||
remote = "https://github.com/grpc/grpc",
|
||||
sha256 = "b391a327429279f6f29b9ae7e5317cd80d5e9d49cc100e6d682221af73d984a6",
|
||||
sha256 = "723853c36ea6d179d32a4f9f2f8691dbe0e28d5bbc521c954b34355a1c952ba5",
|
||||
patches = [
|
||||
"//thirdparty/patches:grpc-cython-copts.patch",
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue