Skip to content

Commit

Permalink
Run with full verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 11, 2024
1 parent 78406c0 commit 2e00eb7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/manylinux2014-openssl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ FROM quay.io/pypa/manylinux2014_x86_64
ARG OPENSSL_VERSION
LABEL com.aerospike.clients.openssl-version=$OPENSSL_VERSION

RUN useradd nonroot
USER nonroot

# 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

Expand All @@ -21,11 +18,7 @@ WORKDIR $OPENSSL_TAR_NAME
ARG OPENSSL_INSTALL_DIR=/opt/openssl3
RUN ./Configure --prefix=$OPENSSL_INSTALL_DIR --openssldir=/etc/opt/openssl3
RUN make

RUN make test

USER root

RUN make V=1 test
RUN make install
RUN ln -s $OPENSSL_INSTALL_DIR/lib64/libssl.so.3 /usr/local/lib64/libssl.so.3
RUN ln -s $OPENSSL_INSTALL_DIR/lib64/libcrypto.so.3 /usr/local/lib64/libcrypto.so.3

0 comments on commit 2e00eb7

Please sign in to comment.