Tue Sep 28 15:01:09 2010mschwern [...] cpan.org - Ticket created
Subject:
Option to use parallel make
I have a shiny new multi-core laptop, but perlbrew is building perl
using just one core. It would be nice if there was a way to pass
arguments to make, like -j3.
Thank you.
Sat Mar 12 04:48:52 2011dagolden [...] cpan.org - Correspondence added
Looks like there is an undocumented -j option that does this, but only
for make. Testing is not done in parallel. perlbrew needs to set the
TEST_JOBS environment variable if -j is greater than 1.
Sat Mar 12 04:48:53 2011The RT System itself - Status changed from 'new' to 'open'
Sat Mar 12 04:56:00 2011dagolden [...] cpan.org - Correspondence added
I've sent a pull request that addresses these issues.
Tue Mar 15 02:25:47 2011GUGOD [...] cpan.org - Correspondence added
One can do `perlbrew -j2` (or -j4) to delegate `-j` to `make` now in 0.18.
this should work for both compiling and testing.
Tue Mar 15 02:25:48 2011GUGOD [...] cpan.org - Status changed from 'open' to 'resolved'