-
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
libavrocpp: add version 1.11.3, compatibility conan v2 #24417
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.
Hi, how can I launch again Conan v1/v2 validation pipelines? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
Some comments, otherwise looks good :)
recipes/libavrocpp/all/conanfile.py
Outdated
if valid_min_cppstd(self, 14) : | ||
self.requires("boost/[>=1.82.0]", transitive_headers=True) | ||
else: | ||
self.requires("boost/[<1.82.0]", transitive_headers=True) | ||
self.requires("snappy/[~1.1.9]") |
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.
Unfortunately we'll need to keep these requirements pinned to a specific version -while we have added some libraries to the list of allowed recipes, boost/snappy are not part of those for now :/
Conan v1 pipeline ✔️All green in build 6 (
Conan v2 pipeline ✔️
All green in build 6 (
|
Hi, |
Hi, how to get another reviewer to allow to merge this pull request? @toge ? |
Hi, I have been added to authorized user but I cannot approve this pull request. Can you help me? |
Hi @glywk, this PR is just waiting for someone from the team to have the time to give an extra review, there's nothing extra you need to do :) Thanks a lot for your patience while we process it! |
Thank you for your explanation and your validation. |
Summary
Changes to recipe: libavrocpp/1.11.3
Motivation
Add release 1.11.3, bug fix, Conan v2
Details