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
36
36
if ldd $DBLIB | grep pthread >/dev/null
37
37
then
38
38
diff --git a/patchlevel.h b/patchlevel.h
39
- index 07e1217..8016ec8 100644
39
+ index f416602..4917564 100644
40
40
--- a/patchlevel.h
41
41
+++ b/patchlevel.h
42
42
@@ -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
9
9
COPY *.patch /usr/src/perl/
10
10
WORKDIR /usr/src/perl
11
11
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 \
16
16
&& cat *.patch | patch -p1 \
17
17
&& ./Configure -Dusethreads -Duse64bitall -des \
18
18
&& make -j$(nproc) \
19
- && make test_harness \
19
+ && TEST_JOBS=$(nproc) make test_harness \
20
20
&& make install \
21
21
&& cd /usr/src \
22
22
&& 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
26
26
27
27
WORKDIR /root
28
28
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
36
36
if ldd $DBLIB | grep pthread >/dev/null
37
37
then
38
38
diff --git a/patchlevel.h b/patchlevel.h
39
- index 07e1217..8016ec8 100644
39
+ index f416602..4917564 100644
40
40
--- a/patchlevel.h
41
41
+++ b/patchlevel.h
42
42
@@ -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
9
9
COPY *.patch /usr/src/perl/
10
10
WORKDIR /usr/src/perl
11
11
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 \
16
16
&& cat *.patch | patch -p1 \
17
17
&& ./Configure -Duse64bitall -des \
18
18
&& make -j$(nproc) \
19
- && make test_harness \
19
+ && TEST_JOBS=$(nproc) make test_harness \
20
20
&& make install \
21
21
&& cd /usr/src \
22
22
&& 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
26
26
27
27
WORKDIR /root
28
28
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:
35
35
extra_flags : " -A ccflags=-fwrapv"
36
36
test_parallel : no
37
37
38
- - version : 5.20.2
39
- sha1 : 63126c683b4c79c35008a47d56f7beae876c569f
38
+ - version : 5.20.3
39
+ sha1 : eedf9e3be3c83bef15911996ed18703cffe4d113
40
40
pause : SHAY
41
- test_parallel : no
42
41
43
42
- version : 5.22.0
44
43
sha1 : 400338c91c56420d98142cbfcb84d418cae2c98c
45
44
pause : RJBS
46
- test_parallel : no
You can’t perform that action at this time.
0 commit comments