We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A static binary compiled with musl returns "?" for (System/getProperty "user.home")
(System/getProperty "user.home")
According to @vjovanov on Slack:
Internally we use getpwuid. It seems that statically linking this with musl can cause problems: aristocratos/btop#84
Unfortunately I don't have a full repro for this, but it was reported by one of the babashka users:
babashka/bbin#75
I can't reproduce this myself on a WSL2 Ubuntu system but @vjovanov suggested I would create an issue for this nonetheless.
The text was updated successfully, but these errors were encountered:
Hi @borkdude, Thank you for reaching out to us. I'm afraid the issue isn't clear here. Please follow this template to create the issue Templates
Sorry, something went wrong.
I don't have any more information but @vjovanov might be able to follow up. If not, there's not much else I can do.
selhagani
No branches or pull requests
A static binary compiled with musl returns "?" for
(System/getProperty "user.home")
According to @vjovanov on Slack:
Unfortunately I don't have a full repro for this, but it was reported by one of the babashka users:
babashka/bbin#75
I can't reproduce this myself on a WSL2 Ubuntu system but @vjovanov suggested I would create an issue for this nonetheless.
The text was updated successfully, but these errors were encountered: