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

[liburing] update liburing port to version 2.5 #35430

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

cmazakas
Copy link
Contributor

  • Changes comply with the maintainer guide
  • SHA512s are updated for each updated download
  • The "supports" clause reflects platforms that may be fixed by this new version
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@cmazakas cmazakas marked this pull request as ready for review November 30, 2023 23:37
@MonicaLiu0311 MonicaLiu0311 added the category:port-update The issue is with a library, which is requesting update new revision label Dec 1, 2023
@MonicaLiu0311 MonicaLiu0311 changed the title update liburing port to version 2.5 [liburing] update liburing port to version 2.5 Dec 1, 2023
@MonicaLiu0311
Copy link
Contributor

The usage test passed on x64-linux (header files found):

The package liburing can be imported via CMake FindPkgConfig module:

    find_package(PkgConfig)
    pkg_check_modules(liburing REQUIRED IMPORTED_TARGET GLOBAL liburing>=2.0)

    target_link_libraries(main PRIVATE PkgConfig::liburing)

@MonicaLiu0311 MonicaLiu0311 added the info:reviewed Pull Request changes follow basic guidelines label Dec 1, 2023
@vicroms vicroms merged commit 2fd72b3 into microsoft:master Dec 1, 2023
15 checks passed
@cmazakas cmazakas deleted the liburing-2.5 branch December 1, 2023 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants