-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
cigithub cigithub cicliRelated to the dioxus-cli programRelated to the dioxus-cli programenhancementNew feature or requestNew feature or request
Description
Feature Request
The prebuilt CLI linux binaries are tied to the GLIBC version of the OS they are built on. This has caused cargo binstall
to break on Docker builds using a linux distro with an older GLIBC. My request is to provide some kind of version management for GLIBC.
Implementation Suggestions
It sounds like compiling statically with musl
could work around this, though I'm not certain. Another possibility is providing prebuilts for multiple glibc versions or providing an official Dioxus docker image.
Metadata
Metadata
Assignees
Labels
cigithub cigithub cicliRelated to the dioxus-cli programRelated to the dioxus-cli programenhancementNew feature or requestNew feature or request