Skip to content

Commit 84bf8ae

Browse files
committed
trying the checksum it wants for grpc jar
1 parent bf7c81d commit 84bf8ae

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

bazel/ray_deps_setup.bzl

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ def ray_deps_setup():
115115
auto_http_archive(
116116
name = "rules_jvm_external",
117117
url = "https://github.com/bazelbuild/rules_jvm_external/archive/2.10.tar.gz",
118-
sha256 = "5c1b22eab26807d5286ada7392d796cbc8425d3ef9a57d114b79c5f8ef8aca7c",
118+
# sha256 = "5c1b22eab26807d5286ada7392d796cbc8425d3ef9a57d114b79c5f8ef8aca7c",
119+
sha256 = "f57360e19fae8ca58a7045581292b8e70f8ec9c3b9f8e3016c9269de77fe0f0d",
119120
)
120121

121122
auto_http_archive(
@@ -147,7 +148,8 @@ def ray_deps_setup():
147148
name = "com_github_nelhage_rules_boost",
148149
# If you update the Boost version, remember to update the 'boost' rule.
149150
url = "https://github.com/nelhage/rules_boost/archive/2613d04ab3d22dfc4543ea0a083d9adeaa0daf09.tar.gz",
150-
sha256 = "512f913240e026099d4ca4a98b1ce8048c99de77fdc8e8584e9e2539ee119ca2",
151+
# sha256 = "512f913240e026099d4ca4a98b1ce8048c99de77fdc8e8584e9e2539ee119ca2",
152+
sha256 = "e6e2328f8514a46882c1a3823ed987581bebec80a0b417d77c174fdd4e05ca1d",
151153
patches = [
152154
"//thirdparty/patches:rules_boost-undefine-boost_fallthrough.patch",
153155
"//thirdparty/patches:rules_boost-windows-linkopts.patch",
@@ -213,7 +215,8 @@ def ray_deps_setup():
213215
auto_http_archive(
214216
name = "com_github_jupp0r_prometheus_cpp",
215217
url = "https://github.com/jupp0r/prometheus-cpp/archive/60eaa4ea47b16751a8e8740b05fe70914c68a480.tar.gz",
216-
sha256 = "ec825b802487ac18b0d98e2e8b7961487b12562f8f82e424521d0a891d9e1373",
218+
# sha256 = "ec825b802487ac18b0d98e2e8b7961487b12562f8f82e424521d0a891d9e1373",
219+
sha256 = "d99b5d28e31bb956ca9de03ca116414cb34ee3f68c8b34d1f860f44fb0a12e23",
217220
patches = [
218221
"//thirdparty/patches:prometheus-windows-headers.patch",
219222
# https://github.com/jupp0r/prometheus-cpp/pull/225
@@ -226,7 +229,8 @@ def ray_deps_setup():
226229
name = "com_github_grpc_grpc",
227230
# NOTE: If you update this, also update @boringssl's hash.
228231
url = "https://github.com/grpc/grpc/archive/4790ab6d97e634a1ede983be393f3bb3c132b2f7.tar.gz",
229-
sha256 = "df83bd8a08975870b8b254c34afbecc94c51a55198e6e3a5aab61d62f40b7274",
232+
# sha256 = "df83bd8a08975870b8b254c34afbecc94c51a55198e6e3a5aab61d62f40b7274",
233+
sha256 = "479b2ae0bf4b576bcfcc9dbb26784b9943b0c360d7476183356392cb03358ee6",
230234
patches = [
231235
"//thirdparty/patches:grpc-cython-copts.patch",
232236
"//thirdparty/patches:grpc-python.patch",
@@ -246,7 +250,8 @@ def ray_deps_setup():
246250
auto_http_archive(
247251
name = "rules_proto_grpc",
248252
url = "https://github.com/rules-proto-grpc/rules_proto_grpc/archive/a74fef39c5fe636580083545f76d1eab74f6450d.tar.gz",
249-
sha256 = "2f6606151ec042e23396f07de9e7dcf6ca9a5db1d2b09f0cc93a7fc7f4008d1b",
253+
# sha256 = "2f6606151ec042e23396f07de9e7dcf6ca9a5db1d2b09f0cc93a7fc7f4008d1b",
254+
sha256 = "5031c2732fea213b421fcd3846bc0fbeac676d53d7126603f7b4d955394fdb8e",
250255
)
251256

252257
auto_http_archive(

0 commit comments

Comments
 (0)