On Tue, Dec 20, 2016 at 10:54:06PM +0100, Santiago Vila wrote:
> Aha, so I guess that the fact that I always have this:
>
> $ENV{'DEB_BUILD_OPTIONS'} = 'parallel=1';
>
> in my .sbuildrc is one of the reasons the build failed in my
> autobuilders, right?
Yes, that’s it. (Please forget what I said about debhelper 10.)
Alternatively, the failure is reproduced using `sbuild -j1`.
> [ Sometimes I have the feeling that I'm the only one building packages
> with only one CPU... ]
I guess you are one of the few testing parallel=1.
Thanks for spotting this corner case.
Peter