You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With MRI Ruby, if the build used a config flag for openssl, it appears in RbConfig::CONFIG['configure_args'].
Related to the common situation where people have more than one OpenSSL install on macOS, we will be changing Puma's extconf.rb file to ignore openssl.pc if openssl is contained in RbConfig::CONFIG['configure_args']. Not a perfect check, but it works with standard installations.
Can a similar check be done with TruffleRuby? We had an issue where Puma was linking to the wrong OpenSSL to link to in GitHub Actions CI...