aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-11-07 22:02:42 -0800
committerGravatar Andrew Selle <aselle@andyselle.com>2017-11-10 16:14:35 -0800
commit1e53f4caff649fb86ef74a2485547312372d399f (patch)
tree5c982e0ecd7f41e5f6de3f10ea5f6b75854d3fa7
parent8e729b337fc062369643b592a96cfbacd6e43712 (diff)
Update nsync version---allow compilation with bazel on x86_32
The new version of nsync has a BUILD file that detects x86_32 (which bazel currently calls piii). PiperOrigin-RevId: 174959924
-rw-r--r--tensorflow/workspace.bzl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 3081a8d1dc..dfe332b091 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -442,11 +442,11 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
native.http_archive(
name = "nsync",
urls = [
- "https://mirror.bazel.build/github.com/google/nsync/archive/4fc8ff3e7626c5f24bc9674438d8257f0ffc226c.tar.gz",
- # "https://github.com/google/nsync/archive/4fc8ff3e7626c5f24bc9674438d8257f0ffc226c.tar.gz",
+ "https://mirror.bazel.build/github.com/google/nsync/archive/93815892dddafe9146a5f7e7042281d59d0f4323.tar.gz",
+ # "https://github.com/google/nsync/archive/93815892dddafe9146a5f7e7042281d59d0f4323.tar.gz",
],
- sha256 = "ffbbe828f3d0bef75462e34801de5cea31d10aa63eaa42a4ed74c46521bdfd58",
- strip_prefix = "nsync-4fc8ff3e7626c5f24bc9674438d8257f0ffc226c",
+ sha256 = "e3bd4555415ace511338fc27e595351738eea4e9006f1612b76c82914770716b",
+ strip_prefix = "nsync-93815892dddafe9146a5f7e7042281d59d0f4323",
)
native.http_archive(