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
The musl images currently come with gcc version 6.40 which fails to compile C/C++ dependencies for crates that require at least version 7 (eg: snmalloc-rs).
I see that there's a new release of musl-cross-make now (comes with gcc 9.2 and musl 1.2 by default) so can we start using it for musl installation in the cross images?
Looks like there was an attempt to do something similar earlier but was closed out then due to CI failures: #397
I have tried doing it from a fork locally (also bumped up the gcc/musl versions passed to the musl-cross-make setup) and the musl image builds from there seem to work fine. If it's ok to go ahead with these changes, I can file a PR for it.
The text was updated successfully, but these errors were encountered:
The musl images currently come with gcc version 6.40 which fails to compile C/C++ dependencies for crates that require at least version 7 (eg: snmalloc-rs).
I see that there's a new release of musl-cross-make now (comes with gcc 9.2 and musl 1.2 by default) so can we start using it for musl installation in the cross images?
Looks like there was an attempt to do something similar earlier but was closed out then due to CI failures: #397
I have tried doing it from a fork locally (also bumped up the gcc/musl versions passed to the musl-cross-make setup) and the musl image builds from there seem to work fine. If it's ok to go ahead with these changes, I can file a PR for it.
The text was updated successfully, but these errors were encountered: