Lines Matching +full:storage +full:- +full:repo
3 load("@bazel_tools//tools/build_defs/repo:java.bzl", "java_import_external")
4 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
10 strip_prefix = "rules_closure-308b05b2419edb5c8ee0471b67a40403df940149",
12 …"https://storage.googleapis.com/mirror.tensorflow.org/github.com/bazelbuild/rules_closure/archive/…
13 …om/bazelbuild/rules_closure/archive/308b05b2419edb5c8ee0471b67a40403df940149.tar.gz", # 2019-06-13
22 strip_prefix = "rules_apple-5131f3d46794bf227d296c82f30c2499c9de3c5b",
24 …"https://storage.googleapis.com/mirror.tensorflow.org/github.com/bazelbuild/rules_apple/archive/51…
33 strip_prefix = "rules_swift-3eeeb53cebda55b349d64c9fc144e18c5f7c0eb8",
35 …"https://storage.googleapis.com/mirror.tensorflow.org/github.com/bazelbuild/rules_swift/archive/3e…
40 # tf-nightly-20200810
44 strip_prefix = "tensorflow-2.4.0",
49 patch_args = ["-p1"],
54 load("//third_party:repo.bzl", "third_party_http_archive")
57 load("//third_party/gflags:workspace.bzl", gflags = "repo")
63 …"https://storage.googleapis.com/mirror.tensorflow.org/github.com/pybind/pybind11/archive/v2.6.0.ta…
67 strip_prefix = "pybind11-2.6.0",
74 strip_prefix = "abseil-py-pypi-v0.9.0",
76 …"https://storage.googleapis.com/mirror.tensorflow.org/github.com/abseil/abseil-py/archive/pypi-v0.…
77 "https://github.com/abseil/abseil-py/archive/pypi-v0.9.0.tar.gz",
85 strip_prefix = "six-1.12.0",
87 …"https://storage.googleapis.com/mirror.tensorflow.org/pypi.python.org/packages/source/s/six/six-1.…
88 "https://pypi.python.org/packages/source/s/six/six-1.12.0.tar.gz",
94 strip_prefix = "sentencepiece-1.0.0",
104 strip_prefix = "text-2.2.0",
109 patch_args = ["-p1"],
116 strip_prefix = "re2-506cfa4bffd060c06ec338ce50ea3468daa6c814",
128 "https://github.com/abseil/abseil-cpp/archive/20200225.tar.gz",
130 # Remove after https://github.com/abseil/abseil-cpp/issues/326 is solved.
135 "-p1",
137 strip_prefix = "abseil-cpp-20200225",
144 strip_prefix = "glog-028d37889a1e80e8a07da1b8945ac706259e5fd8",
156 strip_prefix = "zlib-1.2.11",
158 "http://mirror.bazel.build/zlib.net/fossils/zlib-1.2.11.tar.gz",
159 "http://zlib.net/fossils/zlib-1.2.11.tar.gz", # 2017-01-15
167 strip_prefix = "libzip-rel-1-5-1",
171 "https://mirror.bazel.build/github.com/nih-at/libzip/archive/rel-1-5-1.zip",
172 "https://github.com/nih-at/libzip/archive/rel-1-5-1.zip",
183 # strip_prefix = "libyuv-6d603ec3f57dafddc424ef895e5d903915e94ba6",
189 strip_prefix = "stb-b42009b3b9d4ca35bc703f5310eedc74f584be58",
197 url = "https://github.com/google/google-toolbox-for-mac/archive/v2.2.1.zip",
199 strip_prefix = "google-toolbox-for-mac-2.2.1",
215 strip_prefix = "icu-release-64-2",
218 …"https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-6…
219 "https://github.com/unicode-org/icu/archive/release-64-2.zip",
228 strip_prefix = "OouraFFT-1.0",
230 …"https://storage.googleapis.com/mirror.tensorflow.org/github.com/petewarden/OouraFFT/archive/v1.0.…
239 strip_prefix = "darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983",
241 … "https://github.com/s-yata/darts-clone/archive/e40ce4627526985a7767444b6ed6893ab6ff8983.zip",
248 strip_prefix = "protobuf-3.11.4",
254 "-p1",
264 …mirror.bazel.build/repo1.maven.org/maven2/com/google/auto/value/auto-value/1.6/auto-value-1.6.jar",
265 "https://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.6/auto-value-1.6.jar",
312 …ild/repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.6/auto-value-annotations…
313 …s://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.6/auto-value-annotations…
320 load("//third_party/flatbuffers:workspace.bzl", flatbuffers = "repo")
365 strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG,