-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
static arm musl #21
Comments
These targets are not in the compiler yet (not in After that we need to set the infrastructure to build |
The ARM musl targets landed in rust-lang/rust#35060. Required infrastructure work also landed in rust-lang-deprecated/rust-buildbot#109. Binary releases of |
Should those builds be available at https://static.rust-lang.org/dist/index.html now? |
@herrernst Sadly, not yet. There were some extra changes needed to support building binaries for several musl targets on the same machine/buildbot that landed just recently (rust-lang/rust#36292). But I think it should be good to go now. Pinging @alexcrichton as a reminder to enable ARM MUSL builds on the production buildbots 😄. |
@japaric oh right now adding the ARM MUSL builds aren't trivial unfortunately b/c of the musl-root business. The easiest way to add the builder is to add it to the linux-cross image, but we'd just need to add build system support to bootstrap a bunch of arm musl targets with a bunch of others all at once. |
Did anyone get static builds with MUSL on ARM? Just ran into an issue with an old embedded OS(2014, distro no longer receives updates) for armv7 not working due to libc being too old on the system. EDIT: Nevermind, seems the readme docs here haven't been touched since 2017, afaik the ones here on a similar project are where everything happens now. |
How about an arm HF target with static linking via musl?
The text was updated successfully, but these errors were encountered: