02-05-2016, 07:32 AM
Can you guarantee that ccache will not fail when major changes are made to the code, and it won't carry over any state from old compilations?
If it won't then it's probably fine, but any type of caching adds opportunity for statefullness to creep in. The same build should be produced from fresh source as from the state in the buildserver.
If it won't then it's probably fine, but any type of caching adds opportunity for statefullness to creep in. The same build should be produced from fresh source as from the state in the buildserver.