Skip to content

Commit ff2d644

Browse files
committed
Just whitespace (auto-regenerated the files)
1 parent 6678949 commit ff2d644

File tree

8 files changed

+7
-9
lines changed

8 files changed

+7
-9
lines changed

5.018.004-64bit,threaded/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.18.4.tar.bz2
1212
&& tar --strip-components=1 -xjf perl-5.18.4.tar.bz2 -C /usr/src/perl \
1313
&& rm perl-5.18.4.tar.bz2 /tmp/sha1.txt
1414

15-
# ccflags=-fwrapv is needed for gcc 4.9, and added by Configure automatically in 5.20+
16-
RUN ./Configure -Dusethreads -A ccflags=-fwrapv -Duse64bitall -des \
15+
RUN ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
1716
&& make -j$(nproc) \
1817
&& TEST_JOBS=$(nproc) make test_harness \
1918
&& make install \

5.018.004-64bit,threaded/sha1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2
1+
69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2

5.018.004-64bit/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.18.4.tar.bz2
1212
&& tar --strip-components=1 -xjf perl-5.18.4.tar.bz2 -C /usr/src/perl \
1313
&& rm perl-5.18.4.tar.bz2 /tmp/sha1.txt
1414

15-
# ccflags=-fwrapv is needed for gcc 4.9, and added by Configure automatically in 5.20+
1615
RUN ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
1716
&& make -j$(nproc) \
1817
&& TEST_JOBS=$(nproc) make test_harness \

5.018.004-64bit/sha1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2
1+
69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2

5.020.001-64bit,threaded/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.1.tar.bz2
1212
&& tar --strip-components=1 -xjf perl-5.20.1.tar.bz2 -C /usr/src/perl \
1313
&& rm perl-5.20.1.tar.bz2 /tmp/sha1.txt
1414

15-
RUN ./Configure -Dusethreads -Duse64bitall -des \
15+
RUN ./Configure -Dusethreads -Duse64bitall -des \
1616
&& make -j$(nproc) \
1717
&& TEST_JOBS=$(nproc) make test_harness \
1818
&& make install \

5.020.001-64bit,threaded/sha1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2
1+
cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2

5.020.001-64bit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.1.tar.bz2
1212
&& tar --strip-components=1 -xjf perl-5.20.1.tar.bz2 -C /usr/src/perl \
1313
&& rm perl-5.20.1.tar.bz2 /tmp/sha1.txt
1414

15-
RUN ./Configure -Duse64bitall -des \
15+
RUN ./Configure -Duse64bitall -des \
1616
&& make -j$(nproc) \
1717
&& TEST_JOBS=$(nproc) make test_harness \
1818
&& make install \

5.020.001-64bit/sha1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2
1+
cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2

0 commit comments

Comments
 (0)