Is it possible to customize openssl version? #170
Unanswered
xavdid-stripe
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default, the openssl version used in the build is hardcoded to
@1.1
:asdf-php/bin/install
Line 31 in 1eaf4de
I'm trying to hunt down a unit test failure between the plugin-installed version of php and the one directly from brew (only the
brew
version passes all tests in our codebase). After runningcomposer diagnose
with each version, the only lines that are different are:This makes me think that our tests rely on something in the newer version of openssl.
I tried forking the plugin and manually updating the linked line above to
openssl@3
, but I got build failures and decided to open a discussion instead.(I'm not sure which directory that file is in, but i'm happy to provide its contents if you tell me)
Beta Was this translation helpful? Give feedback.
All reactions