-
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
mysqlcpp: add recipe #24678
base: master
Are you sure you want to change the base?
mysqlcpp: add recipe #24678
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.
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.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ❌Failure in build 125 (
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. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping Failure in build 125 (
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. |
tc.cache_variables["BUILD_STATIC"] = not self.options.shared | ||
tc.cache_variables["BUILD_SHARED_LIBS"] = self.options.shared | ||
# Disable Boost, only legacy JDBC connector needs it | ||
tc.cache_variables["BOOST_DIR"] = "FALSE" |
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.
are not supporting JDBC? in this PR
#17594
i added support to it.
i think there is still useful to support the old JDBC connector for services that are using mysql server 6x
I really advocate supporting the JDBC connector as I was including in my PR There are still a lot of projects using it. It is one of the reasons I was trying to add this mysql package to Conan also |
@samuaz I consider it will be better for all if we joint or work in a same PR. |
@perseoGI Not offense, but really don't understand why redo the same things many times. My PR was there from May 17, 2023 i don't have a problem working on this… .but is basically cherry-pick my changes so.... So what's the plan, i need to create a branch using this as a base, add JDBC and send a PR to this branch? |
Summary
Add new recipe: mysqlcpp/9.0.0
Motivation
No C++ MySQL connector recipe available.
Details
No changes. New recipe with test package.
closes samuaz#2
closes #16312
closes #374
closes #17594