Fix hard-coded process number

This commit is contained in:
Peter Martini 2014-07-06 22:02:56 -04:00
parent 1dcebbeaf6
commit b2d9266f92

View file

@ -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