-
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
remove unnecessary apple-clang restriction in json_dto. plus migrating to conan v2 since i had to :) #14635
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.
Update the title to refer to recipe you are updating please. Moreover it's a conan v2 migration more than anything else. |
not like i really wanted to, rather i had to in order to be able to use this lib with the latest compiler... but when i changed the just enough in the recipe, i was forced to migrate the recipe. (TBH it's quite contra-productive since it scares contributors from updating packages to newer versions) |
Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
Conan v1 pipelineAll green in build 10 (
Conan v2 pipeline (informative, not required for merge)Failure in build 10 (
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. |
@SpaceIm are we waiting for something here? |
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.
I'm not conan-center maintainer, just a reviewer, but I can approve.
…to. plus migrating to conan v2 since i had to :) * remove unnecessary apple-clang restriction * fix linter * fix linter * remove unused imports * use minimum versions * fix linter * reorder functions * Update recipes/json_dto/all/conanfile.py Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com> Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
…to. plus migrating to conan v2 since i had to :) * remove unnecessary apple-clang restriction * fix linter * fix linter * remove unused imports * use minimum versions * fix linter * reorder functions * Update recipes/json_dto/all/conanfile.py Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com> Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
Specify library name and version: json_dto
Removing unnecessary restriction of apple-clang compiler version