File tree 5 files changed +6
-4
lines changed
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.18.4.tar.bz2
14
14
&& rm perl-5.18.4.tar.bz2 \
15
15
&& ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
16
16
&& make -j$(nproc) \
17
- && TEST_JOBS=$(nproc) make test_harness \
17
+ && make test_harness \
18
18
&& make install \
19
19
&& cd /usr/src \
20
20
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.18.4.tar.bz2
14
14
&& rm perl-5.18.4.tar.bz2 \
15
15
&& ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
16
16
&& make -j$(nproc) \
17
- && TEST_JOBS=$(nproc) make test_harness \
17
+ && make test_harness \
18
18
&& make install \
19
19
&& cd /usr/src \
20
20
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2.tar.bz2
14
14
&& rm perl-5.20.2.tar.bz2 \
15
15
&& ./Configure -Dusethreads -Duse64bitall -des \
16
16
&& make -j$(nproc) \
17
- && TEST_JOBS=$(nproc) make test_harness \
17
+ && make test_harness \
18
18
&& make install \
19
19
&& cd /usr/src \
20
20
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2.tar.bz2
14
14
&& rm perl-5.20.2.tar.bz2 \
15
15
&& ./Configure -Duse64bitall -des \
16
16
&& make -j$(nproc) \
17
- && TEST_JOBS=$(nproc) make test_harness \
17
+ && make test_harness \
18
18
&& make install \
19
19
&& cd /usr/src \
20
20
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ releases:
15
15
sha1 : 69c34558a0a939a7adbbc1de48c06ea418d81e27
16
16
pause : RJBS
17
17
extra_flags : " -A ccflags=-fwrapv"
18
+ test_parallel : no
18
19
19
20
- version : 5.20.2
20
21
sha1 : 63126c683b4c79c35008a47d56f7beae876c569f
21
22
pause : SHAY
23
+ test_parallel : no
You can’t perform that action at this time.
0 commit comments