Skip to content

Instantly share code, notes, and snippets.

@jbd
Created March 16, 2017 16:17
Show Gist options
  • Select an option

  • Save jbd/187fae4f5cdbcfad061f0cc8891d7d96 to your computer and use it in GitHub Desktop.

Select an option

Save jbd/187fae4f5cdbcfad061f0cc8891d7d96 to your computer and use it in GitHub Desktop.
tensorflow configure patch
--- 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