-
Notifications
You must be signed in to change notification settings - Fork 2k
boost: fix build with icu + improve injection of cpp_info of dependencies #14819
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
Conversation
I detected other pull requests that are modifying boost/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
tracking of dependencies of each component is done through yml file, not hardcoded logic in recipe
4123e21
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 4123e21boost/1.79.0
boost/1.74.0
boost/1.76.0
boost/1.80.0
boost/1.77.0
boost/1.78.0
boost/1.72.0
boost/1.75.0
boost/1.73.0
boost/1.70.0
boost/1.71.0
|
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit cad7b2aboost/1.78.0
boost/1.74.0
boost/1.80.0
boost/1.81.0
boost/1.77.0
boost/1.79.0
boost/1.75.0
boost/1.76.0
boost/1.73.0
boost/1.70.0
boost/1.71.0
boost/1.72.0
|
Hooks produced the following warnings for commit 66c1c95boost/1.80.0
boost/1.75.0
boost/1.74.0
boost/1.71.0
|
The CI job 9 passed, but Jenkins started a new CI job 10 which is running right now. We can't just cancel it, because Jenkins always consider the latest result. |
It shouldn't take too long, it should reuse existing package id of previous CI job and just run test packages. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 66c1c95boost/1.79.0
boost/1.80.0
boost/1.77.0
boost/1.78.0
|
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.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipelineAll green in build 17 (
|
Hooks produced the following warnings for commit 66c1c95boost/1.76.0
boost/1.75.0
boost/1.71.0
boost/1.74.0
boost/1.72.0
boost/1.70.0
boost/1.73.0
|
…_info of dependencies * robust injection of cpp_info of dependencies * remove _zip_bzip2_requires_needed condition tracking of dependencies of each component is done through yml file, not hardcoded logic in recipe * use self.output.warning instead of deprecated self.output.warn * minor polish after merge rebase
…_info of dependencies * robust injection of cpp_info of dependencies * remove _zip_bzip2_requires_needed condition tracking of dependencies of each component is done through yml file, not hardcoded logic in recipe * use self.output.warning instead of deprecated self.output.warn * minor polish after merge rebase
closes #14817
closes #15164
see conan-io/conan#12733