aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2017-01-17 10:57:25 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-17 11:15:18 -0800
commitdb249414890236c92e9ac45e231bf5c26ec503ef (patch)
tree30a2bfbf126d347e82b9663075896fd7bf6afbb4 /configure
parent64ea20632bf346a9474b4e0420f1277e8054a002 (diff)
Merge changes from github.
Change: 144729490
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure b/configure
index 753841d166..87ef6e99be 100755
--- a/configure
+++ b/configure
@@ -23,13 +23,8 @@ function bazel_clean_and_fetch() {
# TODO(pcloudy): Re-enable it after bazel clean --expunge is fixed.
if ! is_windows; then
bazel clean --expunge
- # TODO(https://github.com/bazelbuild/bazel/issues/2220) Remove the nested `bazel query`.
- bazel fetch $(bazel query "//tensorflow/... -//tensorflow/examples/android/...")
- else
- # TODO(pcloudy): Also filter out //tensorflow/examples/android/... on Windows after
- # https://github.com/bazelbuild/bazel/issues/2248 is fixed.
- bazel fetch //tensorflow/...
fi
+ bazel fetch "//tensorflow/... -//tensorflow/examples/android/..."
}
## Set up python-related environment settings