Hi,
The PR linux builder for swiftpm (
https://ci.swift.org/job/swift-package-manager-PR-Linux/ ) has been failing
consistently with some lldb related tests:
https://ci.swift.org/job/swift-package-manager-PR-Linux/678/
https://ci.swift.org/job/swift-package-manager-PR-Linux/676/
___
Yes, this is intentional.
We don't have a strategy yet for dealing with package-specific individual
compilation flags like this.
In the meantime, you can try using a system module package instead, and
manually defining OPENSSL_LOAD_CONF inside a header within the system module
package before y
Hi,
The swift package manger seems consider the -DOPENSSL_LOAD_CONF as a non-whitelisted flag.
As a result, I get
nonWhitelistedFlags("Non whitelisted flags found: [\"-DOPENSSL_LOAD_CONF\"] in pc file openssl")
Is this flag supposed to be non whitelisted ?
Seems relevant to be by reading upon