Skip to content

Commit b2d9266

Browse files
committed
Fix hard-coded process number
1 parent 1dcebbe commit b2d9266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5.020.000/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN curl -SL http://www.cpan.org/src/5.0/perl-5.20.0.tar.gz \
1010

1111
RUN ./Configure -des \
1212
&& make -j$(nproc) \
13-
&& TEST_JOBS=8 make test_harness \
13+
&& TEST_JOBS=$(nproc) make test_harness \
1414
&& make install \
1515
&& make veryclean
1616

0 commit comments

Comments
 (0)