-
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
folly: modernization followup #15726
Conversation
* bumpup to v20221031.00 * conan v2 support * only include needed boost components, not all the boost components, to avoid static link order issue in some cases. * remove cmake version limitation
I detected other pull requests that are modifying folly/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. |
I have seen that And What is the CCI policy for these cases? Add |
This comment has been minimized.
This comment has been minimized.
…hecks pass, but default_cppstd is lower than minimal_cppstd
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
30b6d40
to
971473b
Compare
971473b
to
d58de97
Compare
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.
- make boost, double-conversion, glog, libevent, fmt available to consumers
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ci is broken :-( |
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 35 (
Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future. See details:Failure in build 33 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Cannot reproduce CI build issue. |
No longer interested on this |
Perhaps we don't need to support version Folly does not have the stable version and there are releases every week, and the interface often breaks. Continuously supporting older versions doesn't make sense and actually slow down updates. |
Specify library name and version: folly
My attempt at continuing #13757 work
@kexianda contributions:
@Hopobcn contributions: