Fix hard-coded process number
This commit is contained in:
parent
1dcebbeaf6
commit
b2d9266f92
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN curl -SL http://www.cpan.org/src/5.0/perl-5.20.0.tar.gz \
|
|||
|
||||
RUN ./Configure -des \
|
||||
&& make -j$(nproc) \
|
||||
&& TEST_JOBS=8 make test_harness \
|
||||
&& TEST_JOBS=$(nproc) make test_harness \
|
||||
&& make install \
|
||||
&& make veryclean
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue