We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
perl-IPC-Cmd
i686-unknown-linux-gnu
1 parent ca938e2 commit ef4a182Copy full SHA for ef4a182
ci/docker/i686-unknown-linux-gnu/Dockerfile
@@ -1 +1,6 @@
1
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