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

[CI] Consider adjusting Travis' caching policy #53

Closed
clintfred opened this issue Feb 5, 2019 · 0 comments
Closed

[CI] Consider adjusting Travis' caching policy #53

clintfred opened this issue Feb 5, 2019 · 0 comments
Assignees
Milestone

Comments

@clintfred
Copy link
Contributor

I noticed that our cache sizes are getting pretty big.

image

According to https://levans.fr/rust_travis_cache.html, Travis is caching all old versions of our dependencies, so that number will only get bigger over time. Since Travis has to fetch and unpack that cache each build, it may not be saving more time than it's costing -- at least at some point it won't.

We should try a PR with the caching policy adjusted and see how things perform.

@ernieturner ernieturner added this to the 2019-02-25 milestone Feb 11, 2019
ernieturner added a commit that referenced this issue Feb 21, 2019
…ld for multiple archs (#56)

* #53 Adjust travis cache for Rust projects to avoid gig caches

* Attempt to build and test for multiple architectures

* Remove cross compile archs and only deal with travis Rust cache for now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants