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
{{ message }}
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
We should run some investigation if all of that actually improves the build time on travis. At the moment, our cache is about 1.5 GB in size, which takes quite a time to up and download. (2.5 minutes)
Things to try out:
Clean build artifacts of workspace crates only (cargo clean -p for all workspace members)
Doesn't work because cargo clean -p doesn't clean all files generated for a particular crate.
@bonomat Could you please create a "service-user" or however these things are called on GCS? I would like to experiment with caching "manually" by syncing the target folder to Google Cloud Storage.
I basically need the same thing as for the log-storage.
At the moment, we cache several things on travis:
We should run some investigation if all of that actually improves the build time on travis. At the moment, our cache is about 1.5 GB in size, which takes quite a time to up and download. (2.5 minutes)
Things to try out:
Clean build artifacts of workspace crates only (cargo clean -p
for all workspace members)Doesn't work because
cargo clean -p
doesn't clean all files generated for a particular crate.Not caching Rust installation
Using Travis cache only for the Rust installation + downloaded dependencies AND cache the target folder on Google Cloud Storage using rsync (https://cloud.google.com/storage/docs/gsutil/commands/rsync)
The text was updated successfully, but these errors were encountered: