@@ -115,7 +115,8 @@ def ray_deps_setup():
115
115
auto_http_archive (
116
116
name = "rules_jvm_external" ,
117
117
url = "https://github.com/bazelbuild/rules_jvm_external/archive/2.10.tar.gz" ,
118
- sha256 = "5c1b22eab26807d5286ada7392d796cbc8425d3ef9a57d114b79c5f8ef8aca7c" ,
118
+ # sha256 = "5c1b22eab26807d5286ada7392d796cbc8425d3ef9a57d114b79c5f8ef8aca7c",
119
+ sha256 = "f57360e19fae8ca58a7045581292b8e70f8ec9c3b9f8e3016c9269de77fe0f0d" ,
119
120
)
120
121
121
122
auto_http_archive (
@@ -147,7 +148,8 @@ def ray_deps_setup():
147
148
name = "com_github_nelhage_rules_boost" ,
148
149
# If you update the Boost version, remember to update the 'boost' rule.
149
150
url = "https://github.com/nelhage/rules_boost/archive/2613d04ab3d22dfc4543ea0a083d9adeaa0daf09.tar.gz" ,
150
- sha256 = "512f913240e026099d4ca4a98b1ce8048c99de77fdc8e8584e9e2539ee119ca2" ,
151
+ # sha256 = "512f913240e026099d4ca4a98b1ce8048c99de77fdc8e8584e9e2539ee119ca2",
152
+ sha256 = "e6e2328f8514a46882c1a3823ed987581bebec80a0b417d77c174fdd4e05ca1d" ,
151
153
patches = [
152
154
"//thirdparty/patches:rules_boost-undefine-boost_fallthrough.patch" ,
153
155
"//thirdparty/patches:rules_boost-windows-linkopts.patch" ,
@@ -213,7 +215,8 @@ def ray_deps_setup():
213
215
auto_http_archive (
214
216
name = "com_github_jupp0r_prometheus_cpp" ,
215
217
url = "https://github.com/jupp0r/prometheus-cpp/archive/60eaa4ea47b16751a8e8740b05fe70914c68a480.tar.gz" ,
216
- sha256 = "ec825b802487ac18b0d98e2e8b7961487b12562f8f82e424521d0a891d9e1373" ,
218
+ # sha256 = "ec825b802487ac18b0d98e2e8b7961487b12562f8f82e424521d0a891d9e1373",
219
+ sha256 = "d99b5d28e31bb956ca9de03ca116414cb34ee3f68c8b34d1f860f44fb0a12e23" ,
217
220
patches = [
218
221
"//thirdparty/patches:prometheus-windows-headers.patch" ,
219
222
# https://github.com/jupp0r/prometheus-cpp/pull/225
@@ -226,7 +229,8 @@ def ray_deps_setup():
226
229
name = "com_github_grpc_grpc" ,
227
230
# NOTE: If you update this, also update @boringssl's hash.
228
231
url = "https://github.com/grpc/grpc/archive/4790ab6d97e634a1ede983be393f3bb3c132b2f7.tar.gz" ,
229
- sha256 = "df83bd8a08975870b8b254c34afbecc94c51a55198e6e3a5aab61d62f40b7274" ,
232
+ # sha256 = "df83bd8a08975870b8b254c34afbecc94c51a55198e6e3a5aab61d62f40b7274",
233
+ sha256 = "479b2ae0bf4b576bcfcc9dbb26784b9943b0c360d7476183356392cb03358ee6" ,
230
234
patches = [
231
235
"//thirdparty/patches:grpc-cython-copts.patch" ,
232
236
"//thirdparty/patches:grpc-python.patch" ,
@@ -246,7 +250,8 @@ def ray_deps_setup():
246
250
auto_http_archive (
247
251
name = "rules_proto_grpc" ,
248
252
url = "https://github.com/rules-proto-grpc/rules_proto_grpc/archive/a74fef39c5fe636580083545f76d1eab74f6450d.tar.gz" ,
249
- sha256 = "2f6606151ec042e23396f07de9e7dcf6ca9a5db1d2b09f0cc93a7fc7f4008d1b" ,
253
+ # sha256 = "2f6606151ec042e23396f07de9e7dcf6ca9a5db1d2b09f0cc93a7fc7f4008d1b",
254
+ sha256 = "5031c2732fea213b421fcd3846bc0fbeac676d53d7126603f7b4d955394fdb8e" ,
250
255
)
251
256
252
257
auto_http_archive (
0 commit comments