-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump osx Openssl to latest #5041
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add some context for why we are bumping the version for OSX Openssl? The issue mentioned in the PR description didn't explain that.
OPENSSL_1_1_1_INSTALL_DIR="${BREWINSTLLPATH:-"/usr/local/Cellar/openssl@1.1/1.1.1?"}" | ||
BREWINSTLLPATH=$(brew --prefix openssl@3) | ||
OPENSSL_3_INSTALL_DIR="${BREWINSTLLPATH:-"/opt/homebrew/Cellar/openssl@3"}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this should just be OPENSSL_INSTALL_DIR or even LIBCRYPTO_INSTALL_DIR so we never have to update all the references again. But I don't think we plan to test awslc here, and we've probably got a while before openssl-4 :P
Signed-off-by: Rui Chen <[email protected]> Co-authored-by: Rui Chen <[email protected]>
Release Summary:
Resolved issues:
none
Description of changes:
Bump the version of Openssl we test on OSX to 3.4 (latest) from EOL 1.1.1.
Call-outs:
Based on discussions from #5010 - only add 3.4 to the version check test.
Testing:
How is this change tested (unit tests, fuzz tests, etc.)? CI
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.