Skip to content
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

Merged
merged 5 commits into from
Sep 25, 2024

Conversation

dg0yt
Copy link
Contributor

@dg0yt dg0yt commented Sep 23, 2024

Fixes #41068.

@FrankXie05 FrankXie05 added the category:infrastructure Pertaining to the CI/Testing infrastrucutre label Sep 23, 2024
@dg0yt dg0yt changed the title [vcpkg-ci-sqlpp11] New test port [sqlpp11,vcpkg-ci-sqlpp11] Fixes, cleanup, test port Sep 23, 2024
@dg0yt dg0yt marked this pull request as ready for review September 24, 2024 03:49
@FrankXie05 FrankXie05 added the info:reviewed Pull Request changes follow basic guidelines label Sep 24, 2024
Comment on lines 576 to 577
libmariadb:arm-neon-android=fail
libmariadb:arm64-android=fail
Copy link
Member

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?

Copy link
Contributor Author

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).

@JavierMatosD JavierMatosD merged commit 3d89599 into microsoft:master Sep 25, 2024
16 checks passed
@dg0yt dg0yt deleted the sqlpp11 branch September 25, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:infrastructure Pertaining to the CI/Testing infrastrucutre info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[sqlpp11] Build error on x64-windows-static-md
4 participants