rumpkernel / rumprun-packages

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

Enable ccache for faster builds #111

Closed thedrow closed 8 years ago

thedrow commented 8 years ago

This will fix #110

anttikantee commented 8 years ago

Cool, thanks. Easier than I thought ;-)

Let's see how it fares.

thedrow commented 8 years ago

Actually it's not working since the language of the build must be C/C++. I can set it manually if you prefer?

anttikantee commented 8 years ago

What does the language do, exactly? Not all of the packages are compiled purely with a C/C++ compiler, though those ones typically bootstrap the compiler themselves first.

thedrow commented 8 years ago

It sets up a CPP compiler.

thedrow commented 8 years ago

@anttikantee See #112