Code review comment for lp:~jelmer/bzr-builddeb/parallel-test

Revision history for this message
Robert Collins (lifeless) wrote :

On Sun, Feb 27, 2011 at 11:07 AM, Jelmer Vernooij <email address hidden> wrote:
> Hmm, perhaps we should force it to BZR_CONCURRENCY=1 if parallel isn't in DEB_BUILD_OPTIONS?

why? That would be slower than just not passing --parallel in. And
unlike make -j, bzr won't spawn until death, it creates precisely the
number of workers as there are cpus.

« Back to merge proposal