-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Use travis native cache #6822
Use travis native cache #6822
Conversation
- $HOME/.cache/pip | ||
- $HOME/.cache/matplotlib | ||
- $HOME/Library/Caches/pip | ||
- ccache |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not clear from the travis docs that pip
caches $HOME/Library/Caches/pip
which is the pip cache directory on OSX.
As per travis-ci/travis-ci#4011 it is now support OSX too. |
I know that caching is supported on OSX that's why I added
only adds
to the cache and not I can't see anything in the docs or the issue that you are linking to that indicates otherwise. If you compare the OSX build of your PR to one of the Linux ones it seems to confirm that. In the osx build all the dependencies are redownloaded. |
Hmm. Even ccache was not used and stored on OSX Edit: on Linux ccache does not work too (it requires |
I have found that |
Good catch. I think it's fine to use this one you can always change the title in the github web interface |
9b0bea0
to
036e0b8
Compare
Sigh. It is not possible now travis-ci/travis-ci#5876 |
777ccc5
to
5022018
Compare
56d8336
to
121d0fc
Compare
Summary:
I have updated |
As per https://docs.travis-ci.com/user/caching/