Skip to content

Commit

Permalink
Try perl core for both archs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 15, 2024
1 parent 179f578 commit 2fe6f9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manylinux2014-openssl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM quay.io/pypa/manylinux2014_$CPU_ARCH
ARG OPENSSL_VERSION
LABEL com.aerospike.clients.openssl-version=$OPENSSL_VERSION

# https://computingforgeeks.com/how-to-install-openssl-3-x-on-centos-rhel-7/
RUN yum install -y perl-Text-Template.noarch perl-IPC-Cmd perl-Test-Simple wget
RUN yum install -y perl-core wget

# devtoolset-11 contains a newer version of binutils 2.36, which contains a bug fix for missing symbols
# We don't use it though because we want to make sure the compiled openssl 3 library is compatible with manylinux2014's
Expand Down

0 comments on commit 2fe6f9c

Please sign in to comment.