From db249414890236c92e9ac45e231bf5c26ec503ef Mon Sep 17 00:00:00 2001 From: Patrick Nguyen Date: Tue, 17 Jan 2017 10:57:25 -0800 Subject: Merge changes from github. Change: 144729490 --- configure | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3