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

Disable use of udev for the OSHI system information library #12443

Merged
merged 1 commit into from Jan 12, 2024

Conversation

chadlwilson
Copy link
Member

@chadlwilson chadlwilson commented Jan 12, 2024

fixes #12440

Workaround issue that at its root is due to use of glibc on Alpine, better summarised in #11355 (TL;DR - due to current use of the Tanuki Wrapper which does not have musl libc builds).

This uses new capability within OSHI (oshi/oshi#2562) to tell it not to rely on udev which likely avoids issue for those building Alpine agent images and adding other libraries/apks which happen to install udev.

@chadlwilson chadlwilson added this to the Release 24.1.0 milestone Jan 12, 2024
@chadlwilson chadlwilson merged commit 7e5972c into gocd:master Jan 12, 2024
1 check passed
@chadlwilson chadlwilson deleted the disable-oshi-udev branch January 12, 2024 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installing chromium on alpine3.18 gocd docker agent causes crash loop
1 participant