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

cache timeout when loading /usr/local from 300mb tgz file #6115

Closed
gabyx opened this issue May 31, 2016 · 5 comments
Closed

cache timeout when loading /usr/local from 300mb tgz file #6115

gabyx opened this issue May 31, 2016 · 5 comments

Comments

@gabyx
Copy link

gabyx commented May 31, 2016

I have a problem that I want to cache the /usr/local/include , /usr/local/lib and /usr/local/share
directories since I need to install alot of dependencies which take almost 50min of time.

The cache I build in a first step, which succeeds but then downloading and installing the cache timeouts
after 10minutes since no output ??

Does somebody know what the problem is here

https://travis-ci.org/gabyx/GRSFramework/builds/134053067

Thanks a lot

@BanzaiMan
Copy link
Contributor

Sorry, but is there a recent build that shows the problem? It appears that you've deleted the cache, and then proceeded to change the configurations.

@gabyx
Copy link
Author

gabyx commented May 31, 2016

OK, https://travis-ci.org/gabyx/GRSFramework/builds/134274650

it works now it seems that the cache hangs when trying to copy the cache to "sudo" dirs as /usr/local
I made the cache now local in the $HOME directory, now everything works fine

@BanzaiMan
Copy link
Contributor

Good to hear that you've found a working soution. Is there anything else to do here?

@gabyx
Copy link
Author

gabyx commented Jun 2, 2016

May be to mention in the Cache Help section, that one should not cache system folders with non-user permission which need sudo to copy to and from...

then the cache works =) otherwise the cache timesout (?) giving no error ...

@joepvd
Copy link

joepvd commented Oct 11, 2016

A warning was introduced with travis-ci/docs-travis-ci-com#751. Thanks for suggesting!

@joepvd joepvd closed this as completed Oct 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants