-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[sqlpp11,vcpkg-ci-sqlpp11] Fixes, cleanup, test port #41128
Conversation
libmariadb:arm-neon-android=fail | ||
libmariadb:arm64-android=fail |
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.
Given that libmysql
has "supports": "!android & !mingw & !uwp & !xbox"
, should libmariadb
get the same supports clause and these two =fail
lines be removed?
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.
Out of scope, and really two different packages at some point.
- Touching port libmariadb or port libmysql isn't part of this PR at the moment. However, the PR already touches
ci.baseline.txt
. - I only need to change one broken CMake line to fix the build of libmariadb on android. It might also build for mingw.
- libmysql has a different set of dependencies (in particular: boost), and a different error (not finding libresolv for android).
Fixes #41068.