Mark riscv64gc-unknown-linux-musl as tier 2 target #149312
Open
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
According to
rust/src/doc/rustc/src/platform-support/riscv64gc-unknown-linux-musl.md
Line 3 in cdb4236
In case you are wondering how I noticed it:
Dockerfiles at Wild linker repo started to fail building recently due to missing
riscv64gc-unknown-linux-muslstd. I had hoped the problem would go away by itself, but it did not (it never does...).#148983 happened recently, so I checked https://rust-lang.github.io/rustup-components-history/riscv64gc-unknown-linux-musl.html and yeah, the date matches.
Given this condition:
rust/src/tools/build-manifest/build.rs
Line 35 in cdb4236