You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately with the current architecture of this action adding GLibc support is a pain: we would have to compile glibc and install it to a chroot in the container, then use this chroot when building for gnu targets (to get linked executables to work on glibc systems).
If we move to a composite action (#4) then -gnu support will be added.
Some apps (my Bevy app) don't like being compiled under MUSL, can a non-MUSL Linux option be made available?
The text was updated successfully, but these errors were encountered: