File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 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
1414 && rm perl-5.18.4.tar.bz2 \
1515 && ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
1616 && make -j$(nproc) \
17- && TEST_JOBS=$(nproc) make test_harness \
17+ && make test_harness \
1818 && make install \
1919 && cd /usr/src \
2020 && 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
1414 && rm perl-5.18.4.tar.bz2 \
1515 && ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
1616 && make -j$(nproc) \
17- && TEST_JOBS=$(nproc) make test_harness \
17+ && make test_harness \
1818 && make install \
1919 && cd /usr/src \
2020 && 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
1414 && rm perl-5.20.2.tar.bz2 \
1515 && ./Configure -Dusethreads -Duse64bitall -des \
1616 && make -j$(nproc) \
17- && TEST_JOBS=$(nproc) make test_harness \
17+ && make test_harness \
1818 && make install \
1919 && cd /usr/src \
2020 && 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
1414 && rm perl-5.20.2.tar.bz2 \
1515 && ./Configure -Duse64bitall -des \
1616 && make -j$(nproc) \
17- && TEST_JOBS=$(nproc) make test_harness \
17+ && make test_harness \
1818 && make install \
1919 && cd /usr/src \
2020 && 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:
1515 sha1 : 69c34558a0a939a7adbbc1de48c06ea418d81e27
1616 pause : RJBS
1717 extra_flags : " -A ccflags=-fwrapv"
18+ test_parallel : no
1819
1920 - version : 5.20.2
2021 sha1 : 63126c683b4c79c35008a47d56f7beae876c569f
2122 pause : SHAY
23+ test_parallel : no
You can’t perform that action at this time.
0 commit comments