Created
March 16, 2017 16:17
-
-
Save jbd/187fae4f5cdbcfad061f0cc8891d7d96 to your computer and use it in GitHub Desktop.
tensorflow configure patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- configure.orig 2017-02-21 16:28:49.457554850 +0100 | |
| +++ configure 2017-02-21 16:31:29.732065547 +0100 | |
| @@ -22,7 +22,7 @@ | |
| # bazel clean --expunge currently doesn't work on Windows | |
| # TODO(pcloudy): Re-enable it after bazel clean --expunge is fixed. | |
| if ! is_windows; then | |
| - bazel clean --expunge | |
| + bazel clean --expunge_async | |
| fi | |
| bazel fetch "//tensorflow/... -//tensorflow/examples/android/..." | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment