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 Rust 1.1.0 blog post said that nightly binary releases of Rust using musl instead of glibc on Linux were coming. I am not spotting any in this distribution index. Is this still planned for the near future? Once musl support is no longer "experimental" will binary distributions for it be featured as an alternative choice for Linux on https://www.rust-lang.org/install.html?
The text was updated successfully, but these errors were encountered:
It looks like musl is treated as just another cross-compilation target. So rather than separate downloads for the entire distribution I’d expect downloads of only libstd for various targets and some tooling (maybe in Cargo?) to fetch them automatically when needed.
@SimonSapin You need a version of the compiler built with musl support enabled to do this. What I am hoping for is an official distribution of that build so you don't have to compile rustc yourself on every new release.
The Rust 1.1.0 blog post said that nightly binary releases of Rust using musl instead of glibc on Linux were coming. I am not spotting any in this distribution index. Is this still planned for the near future? Once musl support is no longer "experimental" will binary distributions for it be featured as an alternative choice for Linux on https://www.rust-lang.org/install.html?
The text was updated successfully, but these errors were encountered: