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

Can't install truffleruby+graalvm with asdf on AlpineLinux #3156

Closed
yuriy-yarosh opened this issue Jul 11, 2023 · 1 comment
Closed

Can't install truffleruby+graalvm with asdf on AlpineLinux #3156

yuriy-yarosh opened this issue Jul 11, 2023 · 1 comment

Comments

@yuriy-yarosh
Copy link

yuriy-yarosh commented Jul 11, 2023

It fails during libssl compilation
зображення

It might have to do something with ld.so LD_LIBRARY_PATH, I presume.

Posted in asdf-vm/asdf-ruby#354 as well.

@eregon
Copy link
Member

eregon commented Jul 22, 2023

Alpine uses musl but GraalVM releases rely on glibc.
Alpine Linux/musl is not supported with TruffleRuby releases currently: https://github.com/oracle/truffleruby/blob/master/README.md#system-compatibility
It might work if you build from source, but that is untested.

@eregon eregon closed this as not planned Won't fix, can't repro, duplicate, stale Jul 22, 2023
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

No branches or pull requests

2 participants