icecc / icecream

Distributed compiler with a central scheduler to share build load
GNU General Public License v2.0
1.58k stars 250 forks source link

try local recompile when local cpp invocation fails #444

Closed lynxeye-dev closed 5 years ago

lynxeye-dev commented 5 years ago

Proposed fix for #414.

rohieb commented 5 years ago

Hmm. Travis failures seem to be unrelated to the patch?

HenryMiller1 commented 5 years ago

Can you rebase this on top to the latest and force push? That will re-run the travis build, and also run additional CI jobs that have been added since.

HenryMiller1 commented 5 years ago

The code looks good, and I agree it looks like a CI issue, but I reflexively don't like to look at code until CI passes.

lynxeye-dev commented 5 years ago

I just pushed an update which fixes all the test fallout caused by the local recompile fallback.