You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that our cache sizes are getting pretty big.
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.
The text was updated successfully, but these errors were encountered:
…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
I noticed that our cache sizes are getting pretty big.
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.
The text was updated successfully, but these errors were encountered: