ci(linux-gnu): install perl-IPC-Cmd to make OpenSSL v3 happy

This commit is contained in:
rami3l
2024-04-26 20:09:20 +08:00
parent bcdb3927b8
commit cc4ad32390
2 changed files with 10 additions and 0 deletions

View File

@@ -1 +1,6 @@
FROM rust-i686-unknown-linux-gnu
# Install `perl-IPC-Cmd` to make OpenSSL v3 happy.
# See: <https://github.com/sfackler/rust-openssl/issues/1550>
RUN yum upgrade -y && \
yum install -y perl-IPC-Cmd

View File

@@ -1 +1,6 @@
FROM rust-x86_64-unknown-linux-gnu
# Install `perl-IPC-Cmd` to make OpenSSL v3 happy.
# See: <https://github.com/sfackler/rust-openssl/issues/1550>
RUN yum upgrade -y && \
yum install -y perl-IPC-Cmd