aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
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