Skip to content

Commit 8fea025

Browse files
committed
ci: install perl-core for building OpenSSL v3
`perl-core` is required on yum-based Linux distributions. This is required as Cargo starts depending on OpenSSL v3.2. See https://github.com/openssl/openssl/blob/openssl-3.2.0/NOTES-PERL.md
1 parent e95a69d commit 8fea025

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN yum upgrade -y && \
2525
openssl-devel \
2626
patch \
2727
perl \
28+
perl-core \
2829
pkgconfig \
2930
python3 \
3031
unzip \

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN yum upgrade -y && \
2424
ncurses-devel \
2525
openssl-devel \
2626
patch \
27-
perl \
27+
perl-core \
2828
pkgconfig \
2929
python3 \
3030
unzip \

0 commit comments

Comments
 (0)