jfgailleur / fabricate

Automatically exported from code.google.com/p/fabricate
0 stars 0 forks source link

No warning when strace is not present for parallel builds. #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I spent a while trying to figure out why my parallel build was not working 
inside a docker container when it worked fine outside the container. The 
ultimate reason was that strace was not present. I think it would make sense to 
provide a warning when strace is not found but "parallel_ok=True". I can submit 
a patch for this, but it seems like that'd be more effort than this is worth.

Original issue reported on code.google.com by t.ben.th...@gmail.com on 15 Nov 2014 at 10:00