Skip to content

Commit ef4a182

Browse files
committed
fix(ci): install perl-IPC-Cmd when building for i686-unknown-linux-gnu
1 parent ca938e2 commit ef4a182

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
FROM rust-i686-unknown-linux-gnu
2+
3+
# Install `perl-IPC-Cmd` to make OpenSSL v3 happy.
4+
# See: <https://github.com/sfackler/rust-openssl/issues/1550>
5+
RUN yum upgrade -y && \
6+
yum install -y perl-IPC-Cmd

0 commit comments

Comments
 (0)