[no ci] actions: speed ossl install back up

This commit is contained in:
Jay Lee 2025-04-17 20:59:39 -04:00 committed by GitHub
parent 16862a19a3
commit 34a3893676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -322,11 +322,10 @@ jobs:
run: | run: |
cd "${OPENSSL_SOURCE_PATH}" cd "${OPENSSL_SOURCE_PATH}"
# install_sw saves us ages processing man pages :-) # install_sw saves us ages processing man pages :-)
# $MAKE install_sw $MAKE install_sw
$MAKE install if [[ "${RUNNER_OS}" != "Windows" ]]; then
#if [[ "${RUNNER_OS}" != "Windows" ]]; then echo "LDFLAGS=-L${OPENSSL_INSTALL_PATH}/lib" >> $GITHUB_ENV
echo "LDFLAGS=-L${OPENSSL_INSTALL_PATH}/lib" >> $GITHUB_ENV fi
#fi
echo "CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS=1" >> $GITHUB_ENV echo "CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS=1" >> $GITHUB_ENV
case $RUNNER_ARCH in case $RUNNER_ARCH in
X64) X64)