rumpkernel / rumprun-packages

Ready-made packages of software for running on the Rumprun unikernel
Other
202 stars 80 forks source link

Use ccache in build #110

Closed thedrow closed 8 years ago

thedrow commented 8 years ago

ccache has been available in Travis for a while now and all of these packages require a C/C++ compiler. I think this will speed up build times by a lot.

anttikantee commented 8 years ago

good suggestion. Would you care to submit a patch for it?