We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The build often fails with:
Uncompressing......Error: corrupt installation: file '/home/travis/.cache/bazel/_bazel_travis/install/eb8f56e396a53e354febafe5175189a2/_embedded_binaries/embedded_tools/third_party/py/gflags/init.py' missing. Please remove '/home/travis/.cache/bazel/_bazel_travis/install/eb8f56e396a53e354febafe5175189a2' and try again.
Clearing the cache and rebuilding fixes the error. Removing ~/.cache/bazel from the Travis cache should permanently fix the problem.
The text was updated successfully, but these errors were encountered:
Remove ~/.cache/bazel from Travis cache
5d198c4
Fixes tensorflow#74
tensorflow#70 row-wise folding (tensorflow#74)
db4ac10
* tensorflow#70 row-wise folding * tensorflow#70 row-wise folding
adamcrume
No branches or pull requests
The build often fails with:
Uncompressing......Error: corrupt installation: file '/home/travis/.cache/bazel/_bazel_travis/install/eb8f56e396a53e354febafe5175189a2/_embedded_binaries/embedded_tools/third_party/py/gflags/init.py' missing. Please remove '/home/travis/.cache/bazel/_bazel_travis/install/eb8f56e396a53e354febafe5175189a2' and try again.
Clearing the cache and rebuilding fixes the error. Removing ~/.cache/bazel from the Travis cache should permanently fix the problem.
The text was updated successfully, but these errors were encountered: