Enable mirror.bazel.build link for gemmlowp
authorYong Tang <yong.tang.github@outlook.com>
Thu, 24 May 2018 05:00:30 +0000 (05:00 +0000)
committerYong Tang <yong.tang.github@outlook.com>
Thu, 24 May 2018 05:00:30 +0000 (05:00 +0000)
The mirror.bazel.build link for gemmlowp was disabled
as it was not propagated before. This fix enables the
mirror.bazel.build link for gemmlowp and removes the
related TODO from it.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
tensorflow/workspace.bzl

index cbd7573..5938659 100644 (file)
@@ -167,8 +167,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
   tf_http_archive(
       name = "gemmlowp",
       urls = [
-          # TODO (yongtang): uncomment once mirror.bazel.build is propagated.
-          # "https://mirror.bazel.build/github.com/google/gemmlowp/archive/38ebac7b059e84692f53e5938f97a9943c120d98.zip",
+          "https://mirror.bazel.build/github.com/google/gemmlowp/archive/38ebac7b059e84692f53e5938f97a9943c120d98.zip",
           "https://github.com/google/gemmlowp/archive/38ebac7b059e84692f53e5938f97a9943c120d98.zip",
       ],
       sha256 = "b87faa7294dfcc5d678f22a59d2c01ca94ea1e2a3b488c38a95a67889ed0a658",