Stop parallel testing til io_unix sorted out

This commit is contained in:
Peter Martini 2015-04-12 12:53:30 -04:00
parent 3775eb7273
commit e2ca5ae210
5 changed files with 6 additions and 4 deletions

View file

@ -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 \
&& ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
&& make -j$(nproc) \
&& TEST_JOBS=$(nproc) make test_harness \
&& make test_harness \
&& make install \
&& cd /usr/src \
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \

View file

@ -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 \
&& ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
&& make -j$(nproc) \
&& TEST_JOBS=$(nproc) make test_harness \
&& make test_harness \
&& make install \
&& cd /usr/src \
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \

View file

@ -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 \
&& ./Configure -Dusethreads -Duse64bitall -des \
&& make -j$(nproc) \
&& TEST_JOBS=$(nproc) make test_harness \
&& make test_harness \
&& make install \
&& cd /usr/src \
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \

View file

@ -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 \
&& ./Configure -Duse64bitall -des \
&& make -j$(nproc) \
&& TEST_JOBS=$(nproc) make test_harness \
&& make test_harness \
&& make install \
&& cd /usr/src \
&& curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \

View file

@ -15,7 +15,9 @@ releases:
sha1: 69c34558a0a939a7adbbc1de48c06ea418d81e27
pause: RJBS
extra_flags: "-A ccflags=-fwrapv"
test_parallel: no
- version: 5.20.2
sha1: 63126c683b4c79c35008a47d56f7beae876c569f
pause: SHAY
test_parallel: no