Merge changes from github.
Change: 144729490
diff --git a/configure b/configure
index 753841d..87ef6e9 100755
--- a/configure
+++ b/configure
@@ -23,13 +23,8 @@
# 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