Just whitespace (auto-regenerated the files)
This commit is contained in:
parent
6678949c05
commit
ff2d644ace
8 changed files with 7 additions and 9 deletions
|
@ -12,8 +12,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.18.4.tar.bz2
|
|||
&& tar --strip-components=1 -xjf perl-5.18.4.tar.bz2 -C /usr/src/perl \
|
||||
&& rm perl-5.18.4.tar.bz2 /tmp/sha1.txt
|
||||
|
||||
# ccflags=-fwrapv is needed for gcc 4.9, and added by Configure automatically in 5.20+
|
||||
RUN ./Configure -Dusethreads -A ccflags=-fwrapv -Duse64bitall -des \
|
||||
RUN ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
|
||||
&& make -j$(nproc) \
|
||||
&& TEST_JOBS=$(nproc) make test_harness \
|
||||
&& make install \
|
||||
|
|
|
@ -1 +1 @@
|
|||
69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2
|
||||
69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2
|
||||
|
|
|
@ -12,7 +12,6 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.18.4.tar.bz2
|
|||
&& tar --strip-components=1 -xjf perl-5.18.4.tar.bz2 -C /usr/src/perl \
|
||||
&& rm perl-5.18.4.tar.bz2 /tmp/sha1.txt
|
||||
|
||||
# ccflags=-fwrapv is needed for gcc 4.9, and added by Configure automatically in 5.20+
|
||||
RUN ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
|
||||
&& make -j$(nproc) \
|
||||
&& TEST_JOBS=$(nproc) make test_harness \
|
||||
|
|
|
@ -1 +1 @@
|
|||
69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2
|
||||
69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2
|
||||
|
|
|
@ -12,7 +12,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.1.tar.bz2
|
|||
&& tar --strip-components=1 -xjf perl-5.20.1.tar.bz2 -C /usr/src/perl \
|
||||
&& rm perl-5.20.1.tar.bz2 /tmp/sha1.txt
|
||||
|
||||
RUN ./Configure -Dusethreads -Duse64bitall -des \
|
||||
RUN ./Configure -Dusethreads -Duse64bitall -des \
|
||||
&& make -j$(nproc) \
|
||||
&& TEST_JOBS=$(nproc) make test_harness \
|
||||
&& make install \
|
||||
|
|
|
@ -1 +1 @@
|
|||
cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2
|
||||
cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2
|
||||
|
|
|
@ -12,7 +12,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.1.tar.bz2
|
|||
&& tar --strip-components=1 -xjf perl-5.20.1.tar.bz2 -C /usr/src/perl \
|
||||
&& rm perl-5.20.1.tar.bz2 /tmp/sha1.txt
|
||||
|
||||
RUN ./Configure -Duse64bitall -des \
|
||||
RUN ./Configure -Duse64bitall -des \
|
||||
&& make -j$(nproc) \
|
||||
&& TEST_JOBS=$(nproc) make test_harness \
|
||||
&& make install \
|
||||
|
|
|
@ -1 +1 @@
|
|||
cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2
|
||||
cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2
|
||||
|
|
Loading…
Add table
Reference in a new issue