Skip to content

Commit

Permalink
[macOS] Add openssl 1.1 back
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathrajsrinivasan committed Nov 8, 2024
1 parent 84c4b32 commit 5a82897
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions images/macos/scripts/build/install-openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,4 @@ echo "export OPENSSL=${OPENSSL}" >> ${HOME}/.bashrc

ln -sf /usr/local/openssl/bin/openssl /usr/local/bin/openssl

if ! is_Arm64; then
# Most of build systems and scripts look up ssl here
ln -sf $(brew --cellar [email protected])/1.1* /usr/local/opt/openssl
fi

invoke_tests "OpenSSL"

0 comments on commit 5a82897

Please sign in to comment.