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

chore: add musl #56

Merged
merged 2 commits into from
Jul 12, 2022
Merged

chore: add musl #56

merged 2 commits into from
Jul 12, 2022

Conversation

korniltsev
Copy link
Collaborator

@korniltsev korniltsev commented Jul 11, 2022

addresses #55

@korniltsev korniltsev changed the title chore: add musl #55 chore: add musl Jul 11, 2022

private static boolean isMusl() {
try {
Process pr = new ProcessBuilder("ldd")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slightly concerned some systems might not have ldd at all (e.g some slimmed down docker image)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this seems to be a standard way of doing this in java ecosystem https://sourcegraph.com/search?q=context:global+isMusl+lang:java+&patternType=literal

@petethepig petethepig self-requested a review July 12, 2022 08:05
@korniltsev korniltsev merged commit d020c15 into main Jul 12, 2022
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.

None yet

2 participants