Stop parallel testing til io_unix sorted out
This commit is contained in:
parent
3775eb7273
commit
e2ca5ae210
5 changed files with 6 additions and 4 deletions
|
@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.18.4.tar.bz2
|
||||||
&& rm perl-5.18.4.tar.bz2 \
|
&& rm perl-5.18.4.tar.bz2 \
|
||||||
&& ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
|
&& ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
|
||||||
&& make -j$(nproc) \
|
&& make -j$(nproc) \
|
||||||
&& TEST_JOBS=$(nproc) make test_harness \
|
&& make test_harness \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& cd /usr/src \
|
&& cd /usr/src \
|
||||||
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.18.4.tar.bz2
|
||||||
&& rm perl-5.18.4.tar.bz2 \
|
&& rm perl-5.18.4.tar.bz2 \
|
||||||
&& ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
|
&& ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
|
||||||
&& make -j$(nproc) \
|
&& make -j$(nproc) \
|
||||||
&& TEST_JOBS=$(nproc) make test_harness \
|
&& make test_harness \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& cd /usr/src \
|
&& cd /usr/src \
|
||||||
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2.tar.bz2
|
||||||
&& rm perl-5.20.2.tar.bz2 \
|
&& rm perl-5.20.2.tar.bz2 \
|
||||||
&& ./Configure -Dusethreads -Duse64bitall -des \
|
&& ./Configure -Dusethreads -Duse64bitall -des \
|
||||||
&& make -j$(nproc) \
|
&& make -j$(nproc) \
|
||||||
&& TEST_JOBS=$(nproc) make test_harness \
|
&& make test_harness \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& cd /usr/src \
|
&& cd /usr/src \
|
||||||
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2.tar.bz2
|
||||||
&& rm perl-5.20.2.tar.bz2 \
|
&& rm perl-5.20.2.tar.bz2 \
|
||||||
&& ./Configure -Duse64bitall -des \
|
&& ./Configure -Duse64bitall -des \
|
||||||
&& make -j$(nproc) \
|
&& make -j$(nproc) \
|
||||||
&& TEST_JOBS=$(nproc) make test_harness \
|
&& make test_harness \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& cd /usr/src \
|
&& cd /usr/src \
|
||||||
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
|
||||||
|
|
|
@ -15,7 +15,9 @@ releases:
|
||||||
sha1: 69c34558a0a939a7adbbc1de48c06ea418d81e27
|
sha1: 69c34558a0a939a7adbbc1de48c06ea418d81e27
|
||||||
pause: RJBS
|
pause: RJBS
|
||||||
extra_flags: "-A ccflags=-fwrapv"
|
extra_flags: "-A ccflags=-fwrapv"
|
||||||
|
test_parallel: no
|
||||||
|
|
||||||
- version: 5.20.2
|
- version: 5.20.2
|
||||||
sha1: 63126c683b4c79c35008a47d56f7beae876c569f
|
sha1: 63126c683b4c79c35008a47d56f7beae876c569f
|
||||||
pause: SHAY
|
pause: SHAY
|
||||||
|
test_parallel: no
|
||||||
|
|
Loading…
Add table
Reference in a new issue