mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
[redis, docs]: Bump redis and docs/Pillow dependencies (#11371)
This commit is contained in:
@@ -76,11 +76,12 @@ def auto_http_archive(*, name=None, url=None, urls=True,
|
||||
strip_prefix=strip_prefix, **kwargs)
|
||||
|
||||
def ray_deps_setup():
|
||||
|
||||
auto_http_archive(
|
||||
name = "com_github_antirez_redis",
|
||||
build_file = "//bazel:BUILD.redis",
|
||||
url = "https://github.com/antirez/redis/archive/5.0.9.tar.gz",
|
||||
sha256 = "db9bf149e237126f9bb5f40fb72f33701819555d06f16e9a38b4949794214201",
|
||||
url = "https://github.com/redis/redis/archive/6.0.9.tar.gz",
|
||||
sha256 = "2819b6d9c56be1f25cd157b9cb6b7c2733edcb46f4f6bcb1b79cefe639a2853b",
|
||||
patches = [
|
||||
"//thirdparty/patches:redis-quiet.patch",
|
||||
],
|
||||
@@ -107,8 +108,8 @@ def ray_deps_setup():
|
||||
name = "com_github_tporadowski_redis_bin",
|
||||
build_file = "//bazel:BUILD.redis",
|
||||
strip_prefix = None,
|
||||
url = "https://github.com/tporadowski/redis/releases/download/v4.0.14.2/Redis-x64-4.0.14.2.zip",
|
||||
sha256 = "6fac443543244c803311de5883b714a7ae3c4fa0594cad51d75b24c4ef45b353",
|
||||
url = "https://github.com/tporadowski/redis/releases/download/v5.0.9/Redis-x64-5.0.9.zip",
|
||||
sha256 = "b09565b22b50c505a5faa86a7e40b6683afb22f3c17c5e6a5e35fc9b7c03f4c2",
|
||||
)
|
||||
|
||||
auto_http_archive(
|
||||
|
||||
Reference in New Issue
Block a user