Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci(linux-gnu): install perl-IPC-Cmd to make OpenSSL v3 happy
  • Loading branch information
rami3l committed Apr 26, 2024
commit 8f749e7521750f231c675becd64a511668ddb8a0
5 changes: 5 additions & 0 deletions ci/docker/i686-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions ci/docker/x86_64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -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