-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix openssl old version access to shared option of zlib #12302
Fix openssl old version access to shared option of zlib #12302
Conversation
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying openssl/1.x.x recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
Linter output says:
At least there is one error:
The bot won't merge the PR, this check_run is required. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Great! For me there are to things that I think could confuse users. First that the build continues after the linter fails, and second that some errors are shown in boxes in the code which is great and have more visibility and other like the ConanInvalidConfiguration one are between other warnings and are not so visible. Anyway, maybe it's just my impression. |
btw, you can also consider fixing the rest of the linter warnings. Now is better than later 🙄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
All green in build 6 (
|
This access to the cpp_info was creating a new config shared in that object and that finally turned into this error for some users: conan-io/conan#11856