cyberFund / cybernode-archive

🚀 Manager of docker images for cybernomics
MIT License
19 stars 4 forks source link

[parity] Speedup builds with cached volume #93

Open abitrolly opened 7 years ago

abitrolly commented 7 years ago

https://docs.travis-ci.com/user/caching/

Try to mount cargo cache inside container as a volume to reduce build times from 40 minutes https://travis-ci.org/cyberFund/cybernode/builds/269709564

abitrolly commented 7 years ago

Using official Rust image doesn't work - https://travis-ci.org/cyberFund/cybernode/builds/273541206#L713 - as it doesn't ship with stable toolchain that Parity uses - https://github.com/rust-lang-nursery/docker-rust/issues/8