Skip to content

Commit b85018d

Browse files
committed
⚙️ Regenerate Dockerfiles
Signed-off-by: Wesley Schwengle <[email protected]>
1 parent d5cf67d commit b85018d

File tree

48 files changed

+96
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+96
-96
lines changed

5.038.005-main,threaded-bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ RUN true \
1414
&& archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" \
1515
&& ./Configure -Darchname="$gnuArch" "$archFlag" -Dusethreads -Duseshrplib -Dvendorprefix=/usr/local -des \
1616
&& make -j$(nproc) \
17-
&& TEST_JOBS=$(nproc) make test_harness \
17+
&& { [ "$(dpkg --print-architecture)" = 'riscv64' ] || TEST_JOBS=$(nproc) make test_harness; } \
1818
&& make install \
1919
&& cd /usr/src \
2020
&& curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \
2121
&& echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \
2222
&& tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \
2323
&& perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \
2424
&& perl -pi -E 's{try_lwp=>1}{try_lwp=>0}g' bin/cpanm \
25-
&& perl bin/cpanm . && cd /root \
25+
&& perl bin/cpanm --notest . && cd /root \
2626
&& curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \
2727
&& echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \
2828
&& cpanm --notest --from $PWD Net-SSLeay-1.94.tar.gz \

5.038.005-main,threaded-bullseye/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ RUN true \
1414
&& archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" \
1515
&& ./Configure -Darchname="$gnuArch" "$archFlag" -Dusethreads -Duseshrplib -Dvendorprefix=/usr/local -des \
1616
&& make -j$(nproc) \
17-
&& TEST_JOBS=$(nproc) make test_harness \
17+
&& { [ "$(dpkg --print-architecture)" = 'riscv64' ] || TEST_JOBS=$(nproc) make test_harness; } \
1818
&& make install \
1919
&& cd /usr/src \
2020
&& curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \
2121
&& echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \
2222
&& tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \
2323
&& perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \
2424
&& perl -pi -E 's{try_lwp=>1}{try_lwp=>0}g' bin/cpanm \
25-
&& perl bin/cpanm . && cd /root \
25+
&& perl bin/cpanm --notest . && cd /root \
2626
&& curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \
2727
&& echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \
2828
&& cpanm --notest --from $PWD Net-SSLeay-1.94.tar.gz \

5.038.005-main,threaded-trixie/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ RUN true \
1414
&& archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" \
1515
&& ./Configure -Darchname="$gnuArch" "$archFlag" -Dusethreads -Duseshrplib -Dvendorprefix=/usr/local -des \
1616
&& make -j$(nproc) \
17-
&& TEST_JOBS=$(nproc) make test_harness \
17+
&& { [ "$(dpkg --print-architecture)" = 'riscv64' ] || TEST_JOBS=$(nproc) make test_harness; } \
1818
&& make install \
1919
&& cd /usr/src \
2020
&& curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \
2121
&& echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \
2222
&& tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \
2323
&& perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \
2424
&& perl -pi -E 's{try_lwp=>1}{try_lwp=>0}g' bin/cpanm \
25-
&& perl bin/cpanm . && cd /root \
25+
&& perl bin/cpanm --notest . && cd /root \
2626
&& curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \
2727
&& echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \
2828
&& cpanm --notest --from $PWD Net-SSLeay-1.94.tar.gz \

5.038.005-main-bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ RUN true \
1414
&& archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" \
1515
&& ./Configure -Darchname="$gnuArch" "$archFlag" -Duseshrplib -Dvendorprefix=/usr/local -des \
1616
&& make -j$(nproc) \
17-
&& TEST_JOBS=$(nproc) make test_harness \
17+
&& { [ "$(dpkg --print-architecture)" = 'riscv64' ] || TEST_JOBS=$(nproc) make test_harness; } \
1818
&& make install \
1919
&& cd /usr/src \
2020
&& curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \
2121
&& echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \
2222
&& tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \
2323
&& perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \
2424
&& perl -pi -E 's{try_lwp=>1}{try_lwp=>0}g' bin/cpanm \
25-
&& perl bin/cpanm . && cd /root \
25+
&& perl bin/cpanm --notest . && cd /root \
2626
&& curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \
2727
&& echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \
2828
&& cpanm --notest --from $PWD Net-SSLeay-1.94.tar.gz \

5.038.005-main-bullseye/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ RUN true \
1414
&& archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" \
1515
&& ./Configure -Darchname="$gnuArch" "$archFlag" -Duseshrplib -Dvendorprefix=/usr/local -des \
1616
&& make -j$(nproc) \
17-
&& TEST_JOBS=$(nproc) make test_harness \
17+
&& { [ "$(dpkg --print-architecture)" = 'riscv64' ] || TEST_JOBS=$(nproc) make test_harness; } \
1818
&& make install \
1919
&& cd /usr/src \
2020
&& curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \
2121
&& echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \
2222
&& tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \
2323
&& perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \
2424
&& perl -pi -E 's{try_lwp=>1}{try_lwp=>0}g' bin/cpanm \
25-
&& perl bin/cpanm . && cd /root \
25+
&& perl bin/cpanm --notest . && cd /root \
2626
&& curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \
2727
&& echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \
2828
&& cpanm --notest --from $PWD Net-SSLeay-1.94.tar.gz \

5.038.005-main-trixie/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ RUN true \
1414
&& archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" \
1515
&& ./Configure -Darchname="$gnuArch" "$archFlag" -Duseshrplib -Dvendorprefix=/usr/local -des \
1616
&& make -j$(nproc) \
17-
&& TEST_JOBS=$(nproc) make test_harness \
17+
&& { [ "$(dpkg --print-architecture)" = 'riscv64' ] || TEST_JOBS=$(nproc) make test_harness; } \
1818
&& make install \
1919
&& cd /usr/src \
2020
&& curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \
2121
&& echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \
2222
&& tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \
2323
&& perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \
2424
&& perl -pi -E 's{try_lwp=>1}{try_lwp=>0}g' bin/cpanm \
25-
&& perl bin/cpanm . && cd /root \
25+
&& perl bin/cpanm --notest . && cd /root \
2626
&& curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \
2727
&& echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \
2828
&& cpanm --notest --from $PWD Net-SSLeay-1.94.tar.gz \

5.038.005-slim,threaded-bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ RUN apt-get update \
3535
&& archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" \
3636
&& ./Configure -Darchname="$gnuArch" "$archFlag" -Dusethreads -Duseshrplib -Dvendorprefix=/usr/local -des \
3737
&& make -j$(nproc) \
38-
&& TEST_JOBS=$(nproc) make test_harness \
38+
&& { [ "$(dpkg --print-architecture)" = 'riscv64' ] || TEST_JOBS=$(nproc) make test_harness; } \
3939
&& make install \
4040
&& cd /usr/src \
4141
&& curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \
4242
&& echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \
4343
&& tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \
4444
&& perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \
4545
&& perl -pi -E 's{try_lwp=>1}{try_lwp=>0}g' bin/cpanm \
46-
&& perl bin/cpanm . && cd /root \
46+
&& perl bin/cpanm --notest . && cd /root \
4747
&& curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \
4848
&& echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \
4949
&& cpanm --notest --from $PWD Net-SSLeay-1.94.tar.gz \

5.038.005-slim,threaded-bullseye/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ RUN apt-get update \
3535
&& archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" \
3636
&& ./Configure -Darchname="$gnuArch" "$archFlag" -Dusethreads -Duseshrplib -Dvendorprefix=/usr/local -des \
3737
&& make -j$(nproc) \
38-
&& TEST_JOBS=$(nproc) make test_harness \
38+
&& { [ "$(dpkg --print-architecture)" = 'riscv64' ] || TEST_JOBS=$(nproc) make test_harness; } \
3939
&& make install \
4040
&& cd /usr/src \
4141
&& curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \
4242
&& echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \
4343
&& tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \
4444
&& perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \
4545
&& perl -pi -E 's{try_lwp=>1}{try_lwp=>0}g' bin/cpanm \
46-
&& perl bin/cpanm . && cd /root \
46+
&& perl bin/cpanm --notest . && cd /root \
4747
&& curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \
4848
&& echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \
4949
&& cpanm --notest --from $PWD Net-SSLeay-1.94.tar.gz \

5.038.005-slim,threaded-trixie/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ RUN apt-get update \
3535
&& archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" \
3636
&& ./Configure -Darchname="$gnuArch" "$archFlag" -Dusethreads -Duseshrplib -Dvendorprefix=/usr/local -des \
3737
&& make -j$(nproc) \
38-
&& TEST_JOBS=$(nproc) make test_harness \
38+
&& { [ "$(dpkg --print-architecture)" = 'riscv64' ] || TEST_JOBS=$(nproc) make test_harness; } \
3939
&& make install \
4040
&& cd /usr/src \
4141
&& curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \
4242
&& echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \
4343
&& tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \
4444
&& perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \
4545
&& perl -pi -E 's{try_lwp=>1}{try_lwp=>0}g' bin/cpanm \
46-
&& perl bin/cpanm . && cd /root \
46+
&& perl bin/cpanm --notest . && cd /root \
4747
&& curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \
4848
&& echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \
4949
&& cpanm --notest --from $PWD Net-SSLeay-1.94.tar.gz \

5.038.005-slim-bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ RUN apt-get update \
3535
&& archFlag="$([ "$archBits" = '64' ] && echo '-Duse64bitall' || echo '-Duse64bitint')" \
3636
&& ./Configure -Darchname="$gnuArch" "$archFlag" -Duseshrplib -Dvendorprefix=/usr/local -des \
3737
&& make -j$(nproc) \
38-
&& TEST_JOBS=$(nproc) make test_harness \
38+
&& { [ "$(dpkg --print-architecture)" = 'riscv64' ] || TEST_JOBS=$(nproc) make test_harness; } \
3939
&& make install \
4040
&& cd /usr/src \
4141
&& curl -fLO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz \
4242
&& echo '963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5 *App-cpanminus-1.7047.tar.gz' | sha256sum --strict --check - \
4343
&& tar -xzf App-cpanminus-1.7047.tar.gz && cd App-cpanminus-1.7047 \
4444
&& perl -pi -E 's{http://(www\.cpan\.org|backpan\.perl\.org|cpan\.metacpan\.org|fastapi\.metacpan\.org|cpanmetadb\.plackperl\.org)}{https://$1}g' bin/cpanm \
4545
&& perl -pi -E 's{try_lwp=>1}{try_lwp=>0}g' bin/cpanm \
46-
&& perl bin/cpanm . && cd /root \
46+
&& perl bin/cpanm --notest . && cd /root \
4747
&& curl -fLO 'https://www.cpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz' \
4848
&& echo '9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d *Net-SSLeay-1.94.tar.gz' | sha256sum --strict --check - \
4949
&& cpanm --notest --from $PWD Net-SSLeay-1.94.tar.gz \

0 commit comments

Comments
 (0)