Skip to content

Commit e2ca5ae

Browse files
committed
Stop parallel testing til io_unix sorted out
1 parent 3775eb7 commit e2ca5ae

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

5.018.004-64bit,threaded/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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 \

5.018.004-64bit/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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 \

5.020.002-64bit,threaded/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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 \

5.020.002-64bit/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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 \

Releases.yaml

+2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)