japaric / trust

Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Apache License 2.0
1.26k stars 59 forks source link

Cache docker images to speed up future builds #93

Open vbrandl opened 6 years ago

vbrandl commented 6 years ago

Is it possible to cache the docker images used by cross or at least their internal cargo caches? That way future builds would be much faster I guess.

dwijnand commented 6 years ago

Duplicate of #12