Skip to content

Commit f92bd0d

Browse files
authored
Merge pull request #1653 from broken/fix-download-af7eac3
Adds storage.googleapis.com as the primary download location for the …
2 parents 68df4e1 + 028d050 commit f92bd0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensorflow_serving/workspace.bzl

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ def tf_serving_workspace():
6161
http_archive(
6262
name = "icu",
6363
strip_prefix = "icu-release-64-2",
64-
sha256 = "10cd92f1585c537d937ecbb587f6c3b36a5275c87feabe05d777a828677ec32f",
64+
sha256 = "dfc62618aa4bd3ca14a3df548cd65fe393155edd213e49c39f3a30ccd618fc27",
6565
urls = [
66+
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-64-2.zip",
6667
"https://github.com/unicode-org/icu/archive/release-64-2.zip",
6768
],
6869
build_file = "//third_party/icu:BUILD",

0 commit comments

Comments
 (0)