Skip to content

Conversation

stefansundin
Copy link
Contributor

Hello,

I built the riscv64 image on my Mac and tried it appears to be working correctly. I don't have any real hardware to test it on though. Not sure if I should be testing anything specific?

I also tried to add riscv64 for Alpine, since the upstream images seem to support it.

AlpineArch("riscv64", "riscv64", "linux/riscv64", "riscv64gc-unknown-linux-musl"),

However, https://static.rust-lang.org/rustup/archive/1.28.2/riscv64gc-unknown-linux-musl/rustup-init.sha256 is returning 404. 😞

Please let me know if there's anything I can improve.

Thanks!

Copy link
Member

@Muscraft Muscraft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay in getting to this!

This looks good!

I tried to poke around why riscv64gc-unknown-linux-musl didn't work, and it looks like it doesn't have host tools despite being in Tier 2 with Host Tools. I will ask around about it and see what I can find!

@Muscraft Muscraft merged commit 24582d6 into rust-lang:master Aug 26, 2025
18 checks passed
@Muscraft
Copy link
Member

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Aug 27, 2025
…, r=jieyouxu

Move `riscv64-gc-unknown-linux-musl` from Tier 2 with Host tools to Tier 2

It is not shipped with host tools, so it was located in the wrong group. The musl target is [here](https://github.com/rust-lang/rust/blob/467c89cd0b1c579edc247808c35941677918d29d/src/ci/docker/host-x86_64/dist-various-2/Dockerfile#L126) - no host tools.

Noticed in rust-lang/docker-rust#247.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants