-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
add opensslextra configure option #2167
add opensslextra configure option #2167
Conversation
Add support for opensslextra configuration option for openssl compatibility layer default value is false. This is based on the work from theirix PR 2027
Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue. |
Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue. |
An unexpected error happened and has been reported. Help is on its way! 🏇 |
Some configurations of 'wolfssl/4.4.0' failed in build 4 (
|
I checked the failing CI logs. It shows
Does the CI run with "--build=missing" flag? |
Any suggestion how this CI error can be resolved? Does not look like related to my change. |
This was affected by #2196, I'll rerun the CI nos as it should be already fixed |
Some configurations of 'wolfssl/4.4.0' failed in build 5 (
|
Need to pass run_environment to self.run |
This does not fix this problem. Removing the dependency of |
With opensslextra only partial functionality gets enabled. In order to enable complete functionality, using all OpenSSL APIs, opensslall flag is needed. Added the same in the PR.
Some configurations of 'wolfssl/4.4.0' failed in build 6 (
|
The CI logs again show a failure with autoconf. Looks like the same problem related to m4 dependancy. |
Moving changes to new PR # 2276 |
Add support for opensslextra configuration option for openssl compatibility layer
default value is false.
This is based on the work from theirix PR 2027
closes #2154
conan-center hook activated.