Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back bazel clean into configure script. #8880

Merged
merged 2 commits into from Mar 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions configure
Expand Up @@ -612,4 +612,6 @@ done
# end of if "$TF_NEED_OPENCL" == "1"
fi

# TODO(gunan): Remove once bazel correctly handles changes in remote repositories.
bazel clean
echo "Configuration finished"
1 change: 1 addition & 0 deletions tensorflow/tensorboard/plugins/debugger/BUILD
Expand Up @@ -30,6 +30,7 @@ py_test(
srcs = ["debugger_plugin_test.py"],
main = "debugger_plugin_test.py",
srcs_version = "PY2AND3",
tags = ["no_pip"],
deps = [
":debugger_plugin",
"//tensorflow/core:protos_all_py",
Expand Down