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

[Backport release-24.11] gradle: add udev to the JNA library path #374265

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

nixpkgs-ci[bot]
Copy link
Contributor

@nixpkgs-ci nixpkgs-ci bot commented Jan 16, 2025

Bot-based backport to release-24.11, triggered by a label in #358670.

  • Before merging, ensure that this backport is acceptable for the release.
    • Even as a non-commiter, if you find that it is not acceptable, leave a comment.

Running `gradle build --scan` results in this warning:

    Did not find udev library in operating system.
    Some features may not work.

The udev library is looked up using JNA, which searches
`jna.library.path` in addition to the standard locations. Adding
`udev` to the lookup path in the wrapper ensures that Gradle can find
the library.

Fixes: #358166.
(cherry picked from commit a81011b)
@FliegendeWurst FliegendeWurst merged commit a1e6e06 into release-24.11 Jan 16, 2025
13 of 16 checks passed
@wolfgangwalther wolfgangwalther deleted the backport-358670-to-release-24.11 branch January 16, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants