-
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
aws-sdk-cpp: conan v2 support #17125
aws-sdk-cpp: conan v2 support #17125
Conversation
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.
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.
This comment has been minimized.
This comment has been minimized.
Hi @SpaceIm , Could you change these PR lists to checkboxes? It looks more intuitive that way. |
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.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 5a98674aws-sdk-cpp/1.8.130@#aba4f3599d5e99548fdad2a0aa7816a9
aws-sdk-cpp/1.9.234@#ed496f801bee339d566493456b4c2735
aws-sdk-cpp/1.9.100@#96ae5fb795c43154e458b3e1aad6fbb2
|
@jcar87 @RubenRBS @uilianries @prince-chrismc Finally it passes, could you review please? |
Conan v1 pipeline ✔️All green in build 7 (
Conan v2 pipeline ✔️
All green in build 7 ( |
Hooks produced the following warnings for commit 8d58fb3aws-sdk-cpp/1.9.100@#7433c6ad66ebf15c7de1f5a2e5eb3fb9
aws-sdk-cpp/1.9.234@#0ad8828e94ec4025c17631a41f62e629
aws-sdk-cpp/1.8.130@#c7e932af47042da49fbda88bf2aa4133
|
I detected other pull requests that are modifying aws-sdk-cpp/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. |
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 I'll ping @jcar87 in case he has another opinion.
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.
Good to Go!
* conan v2 support * use rm_safe to delete s3-crt option * use cache_variables * use preprocessor_definitions * aws-c-event-stream is always a direct dependency * disable warnings as errors * aws-checksums is a direct dependency * restore compatible versions of dependencies * restore cmake_minimum_required to satisfy stupid hook * fix build_modules * fix requires in package_info() * fix pulseaudio detection * Add missing transitive headers, fix cmake modules * use version range for openssl * bump libcurl * add version range for libcurl --------- Co-authored-by: Luis Caro Campos <3535649+jcar87@users.noreply.github.com>
Will likely require all these PRs first: