Comment 0 for bug 1776898

Revision history for this message
ๆž—ๅšไป(Buo-ren Lin) (brlin) wrote :

I'd like to ask for the support of ccache cache in build.snapcraft.io as it can minimize build time.

Travis CI managed to achieve this by packing and uploading the cache somewhere after building and pull it back at the start of the build:

https://docs.travis-ci.com/user/caching#How-does-caching-work

Their implementation appears to be:

https://github.com/travis-ci/casher

and has set a 512MiB cache size limit in the build environment.