Skip to content

Commit c3e4b15

Browse files
committed
Add backup storage locations for dependencies.
PiperOrigin-RevId: 313502729
1 parent e7a1d43 commit c3e4b15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WORKSPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ http_archive(
2727
sha256 = "acd93f6baaedc4414ebd08b33bebca7c7a46888916101d8c0b8083573526d070",
2828
strip_prefix = "abseil-cpp-43ef2148c0936ebf7cb4be6b19927a9d9d145b8f",
2929
urls = [
30+
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/abseil/abseil-cpp/archive/43ef2148c0936ebf7cb4be6b19927a9d9d145b8f.tar.gz",
3031
"https://github.com/abseil/abseil-cpp/archive/43ef2148c0936ebf7cb4be6b19927a9d9d145b8f.tar.gz",
3132
],
3233
)
@@ -75,6 +76,7 @@ http_archive(
7576
strip_prefix = "icu-release-64-2",
7677
sha256 = "dfc62618aa4bd3ca14a3df548cd65fe393155edd213e49c39f3a30ccd618fc27",
7778
urls = [
79+
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-64-2.zip",
7880
"https://github.com/unicode-org/icu/archive/release-64-2.zip",
7981
],
8082
build_file = "//third_party/icu:BUILD.bzl",

0 commit comments

Comments
 (0)