File tree Expand file tree Collapse file tree 5 files changed +16
-18
lines changed Expand file tree Collapse file tree 5 files changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ index 956adfc..fb5a46e 100644
3636 if ldd $DBLIB | grep pthread >/dev/null
3737 then
3838diff --git a/patchlevel.h b/patchlevel.h
39- index 07e1217..8016ec8 100644
39+ index f416602..4917564 100644
4040--- a/patchlevel.h
4141+++ b/patchlevel.h
4242@@ -137,6 +137,7 @@ static const char * const local_patches[] = {
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ RUN mkdir /usr/src/perl
99COPY *.patch /usr/src/perl/
1010WORKDIR /usr/src/perl
1111
12- RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2 .tar.bz2 -o perl-5.20.2 .tar.bz2 \
13- && echo '63126c683b4c79c35008a47d56f7beae876c569f *perl-5.20.2 .tar.bz2' | sha1sum -c - \
14- && tar --strip-components=1 -xjf perl-5.20.2 .tar.bz2 -C /usr/src/perl \
15- && rm perl-5.20.2 .tar.bz2 \
12+ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.3 .tar.bz2 -o perl-5.20.3 .tar.bz2 \
13+ && echo 'eedf9e3be3c83bef15911996ed18703cffe4d113 *perl-5.20.3 .tar.bz2' | sha1sum -c - \
14+ && tar --strip-components=1 -xjf perl-5.20.3 .tar.bz2 -C /usr/src/perl \
15+ && rm perl-5.20.3 .tar.bz2 \
1616 && cat *.patch | patch -p1 \
1717 && ./Configure -Dusethreads -Duse64bitall -des \
1818 && make -j$(nproc) \
19- && make test_harness \
19+ && TEST_JOBS=$(nproc) make test_harness \
2020 && make install \
2121 && cd /usr/src \
2222 && curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
@@ -26,4 +26,4 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2.tar.bz2
2626
2727WORKDIR /root
2828
29- CMD ["perl5.20.2 " ,"-de0" ]
29+ CMD ["perl5.20.3 " ,"-de0" ]
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ index 956adfc..fb5a46e 100644
3636 if ldd $DBLIB | grep pthread >/dev/null
3737 then
3838diff --git a/patchlevel.h b/patchlevel.h
39- index 07e1217..8016ec8 100644
39+ index f416602..4917564 100644
4040--- a/patchlevel.h
4141+++ b/patchlevel.h
4242@@ -137,6 +137,7 @@ static const char * const local_patches[] = {
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ RUN mkdir /usr/src/perl
99COPY *.patch /usr/src/perl/
1010WORKDIR /usr/src/perl
1111
12- RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2 .tar.bz2 -o perl-5.20.2 .tar.bz2 \
13- && echo '63126c683b4c79c35008a47d56f7beae876c569f *perl-5.20.2 .tar.bz2' | sha1sum -c - \
14- && tar --strip-components=1 -xjf perl-5.20.2 .tar.bz2 -C /usr/src/perl \
15- && rm perl-5.20.2 .tar.bz2 \
12+ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.3 .tar.bz2 -o perl-5.20.3 .tar.bz2 \
13+ && echo 'eedf9e3be3c83bef15911996ed18703cffe4d113 *perl-5.20.3 .tar.bz2' | sha1sum -c - \
14+ && tar --strip-components=1 -xjf perl-5.20.3 .tar.bz2 -C /usr/src/perl \
15+ && rm perl-5.20.3 .tar.bz2 \
1616 && cat *.patch | patch -p1 \
1717 && ./Configure -Duse64bitall -des \
1818 && make -j$(nproc) \
19- && make test_harness \
19+ && TEST_JOBS=$(nproc) make test_harness \
2020 && make install \
2121 && cd /usr/src \
2222 && curl -LO https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm \
@@ -26,4 +26,4 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.2.tar.bz2
2626
2727WORKDIR /root
2828
29- CMD ["perl5.20.2 " ,"-de0" ]
29+ CMD ["perl5.20.3 " ,"-de0" ]
Original file line number Diff line number Diff line change @@ -35,12 +35,10 @@ releases:
3535 extra_flags : " -A ccflags=-fwrapv"
3636 test_parallel : no
3737
38- - version : 5.20.2
39- sha1 : 63126c683b4c79c35008a47d56f7beae876c569f
38+ - version : 5.20.3
39+ sha1 : eedf9e3be3c83bef15911996ed18703cffe4d113
4040 pause : SHAY
41- test_parallel : no
4241
4342 - version : 5.22.0
4443 sha1 : 400338c91c56420d98142cbfcb84d418cae2c98c
4544 pause : RJBS
46- test_parallel : no
You can’t perform that action at this time.
0 commit comments