Add musl release builds #7438
RibalGZ
started this conversation in
General Discussions
Replies: 1 comment
-
As I understand it, it's not technically possible to link an app that uses OpenGL or Vulkan against musl, due to graphics drivers not being relinkable. You don't have the source code of the NVIDIA driver after all 🙂 Headless-only binaries can already be linked against musl, but there are no plans to provide official binaries this way. That said, nothing prevents musl-focused distributions such as Alpine Linux from providing packages (along with container builds, which is where musl is most relevant). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem or limitation you are having in your project
I have to compile the engine on every dev release.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
It would be nice to have musl based release builds available in the downloads section.
Beta Was this translation helpful? Give feedback.
All reactions