-
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
cpprestsdk: add package_type + bump boost & openssl + remove package id boost minor mode #17096
cpprestsdk: add package_type + bump boost & openssl + remove package id boost minor mode #17096
Conversation
SpaceIm
commented
Apr 18, 2023
- bump boost & openssl
- follow import conventions of conan API
- add package_type
- remove boost minor mode (useless in conan v2 and problematic for v1 pipeline)
- I've read the contributing guidelines.
- I've used a recent Conan client version close to the currently deployed.
- I've tried at least one configuration locally with the conan-center hook activated.
- follow import conventions of conan API - add package_type - remove boost minor mode
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 60b282bcpprestsdk/2.10.18
cpprestsdk/2.10.15
cpprestsdk/2.10.17
cpprestsdk/2.10.16
|
waiting for #17095 |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 93233d2cpprestsdk/2.10.18
cpprestsdk/2.10.15
cpprestsdk/2.10.17
cpprestsdk/2.10.16
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 6 (
Conan v2 pipeline ✔️
All green in build 5 ( |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@ericLemanissier @jwillikers @prince-chrismc @RubenRBS @uilianries could you review this one please before being closed by ci bot? It's green for almost 2 months. |
def requirements(self): | ||
self.requires("boost/1.80.0") | ||
self.requires("openssl/1.1.1s") | ||
self.requires("boost/1.81.0") |
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.
self.requires("boost/1.81.0") | |
self.requires("boost/1.82.0") |
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
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.
Thanks for the ping, sometimes some PRs fall thru the cracks. We're actively working on improving our processes to ensure this happens less often, so hopefully you'll be seeing less cases like this one :)
…+ remove package id boost minor mode * bump boost & openssl * few changes - follow import conventions of conan API - add package_type - remove boost minor mode * use version range for openssl
To the contrary, as discussed for a long time in #8856, minor mode is required in conan v1, and removing this has regressed this recipe. |
Actually, it was a request of CCI maintainers to remove minor_mode in all recipes (I can't remember original post). |