Skip to content

TruffleRuby - determine openssl config flags #3303

@MSP-Greg

Description

@MSP-Greg

Good day.

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...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions