Skip to content

Commit

Permalink
Build to sep folder to not interfere with current openssl install
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 6, 2024
1 parent 5b97fb9 commit e09164f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux2014-openssl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN wget https://www.openssl.org/source/$OPENSSL_TAR_NAME.tar.gz
RUN tar xzvf $OPENSSL_TAR_NAME.tar.gz
WORKDIR $OPENSSL_TAR_NAME

RUN ./Configure
RUN ./Configure --prefix=/opt/openssl3 --openssldir=/usr/local/ssl3
RUN make
RUN make test
RUN make install

0 comments on commit e09164f

Please sign in to comment.