Support for `armv7-unknown-linux-musl`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 7k
- Forks
- 1.1k
- Avg merge
- 22h 40m
- Merged PRs (30d)
- 46
Description
Problem you are trying to solve
It's bit complicated, but I need armv7 build of rust docker image. But which is not supported for alpine linux image. (Because I'm trying to use docker on 32bit RPi)
So, I tried to find what sources of image and found that Docker image is built from this script which uses rustup.
And also, rustup only supports two musl targets. Because both are Highest host tools support for musl.
Solution you'd like
It's not easy as it is just Tier 2 support. But I'm hoping to see the arm/v7 build on rustup.
Notes
- #2984
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked issue #2984, the rustup target-support documentation, and rust-lang/docker-rust's x.py to understand how targets are selected. Compare the requested armv7-unknown-linux-musl target with the existing musl targets and host-tools constraints. Done means determining and implementing the required support for the arm/v7 Docker use case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, rust
- Domain
- devtools, operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100