-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
Docker hub Alpine image #6058
Comments
It looks like the It's safe to say that using Roc on Alpine is not trivial at all and will require some work to support this operating system for containers. Notice that using Roc in Ubuntu (and Debian, and pretty much any non-libmusl-based distribution), whether it is on a bare-metal or a container does work as expected. |
I've been working on building roc with llvm built with musl, but it's a difficult process. |
Tracking issue for llvm musl: #6083 |
This issue follows #6045, which was supposed to add an Alpine Linux Docker image.
The attempt has failed in #6047 and a complete breakdown of the reason is available #6047 (comment).
The main issue is about Roc being currently built using dynamic libraries that are not available on Alpine (it seems):
If anybody having knowledge on low level C-compilation could help unfold this it would be great!
The text was updated successfully, but these errors were encountered: