-
Notifications
You must be signed in to change notification settings - Fork 69
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
Promote loongarch64-unknown-linux-musl to tier 2 #753
Comments
This issue is not meant to be used for technical discussion. There is a Zulip stream for that. Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed. Concerns or objections to the proposal should be discussed on Zulip and formally registered here by adding a comment with the following syntax:
Concerns can be lifted with:
See documentation at https://forge.rust-lang.org cc @rust-lang/compiler @rust-lang/compiler-contributors |
Adding support for |
@rustbot second |
Closing as accepted. |
ci: Add support for dist-loongarch64-musl MCP: rust-lang/compiler-team#753 Tracking issue: rust-lang#122592 try-job: dist-loongarch64-musl
ci: Add support for dist-loongarch64-musl MCP: rust-lang/compiler-team#753 Tracking issue: rust-lang#122592 try-job: dist-loongarch64-musl
…-Simulacrum Promote loongarch64-unknown-linux-musl to Tier 2 with host tools MCP: rust-lang/compiler-team#753 Tracking issue: rust-lang#122592 try-job: dist-loongarch64-musl
…-Simulacrum Promote loongarch64-unknown-linux-musl to Tier 2 with host tools MCP: rust-lang/compiler-team#753 Tracking issue: rust-lang#122592 try-job: dist-loongarch64-musl
Rollup merge of rust-lang#126298 - heiher:loongarch64-musl-ci, r=Mark-Simulacrum Promote loongarch64-unknown-linux-musl to Tier 2 with host tools MCP: rust-lang/compiler-team#753 Tracking issue: rust-lang#122592 try-job: dist-loongarch64-musl
MCP: rust-lang/compiler-team#753 (cherry picked from commit 16fef40)
MCP: rust-lang/compiler-team#753 (cherry picked from commit 16fef40)
MCP: rust-lang/compiler-team#753 (cherry picked from commit 16fef40)
MCP: rust-lang/compiler-team#753 (cherry picked from commit 16fef40)
MCP: rust-lang/compiler-team#753 (cherry picked from commit 16fef40)
Proposal
Promote the loongarch64-unknown-linux-musl target to tier 2.
Musl targets are hard to use with
-Zbuild-std
because they require a full musl sysroot to be available, including an implementation of libunwind. Shipping these in rustup makes them much easier to use.Tier 2 Target Requirements
Myself and @xen0n will be maintaining this target.
This is not much different from all the other musl targets already at tier 2.
This will be included in the PR which adds the target.
Documentation is provided for requirements.
Not applicable.
This target supports the full standard library functionality.
The standard codegen backends are used.
Yes.
Yes.
Yes.
No license issues.
This target runs no tests.
Yes.
Yes.
Mentors or Reviewers
@wesleywiser
You can read more about Major Change Proposals on forge.
Process
The main points of the Major Change Process are as follows:
@rustbot second
.-C flag
, then full team check-off is required.@rfcbot fcp merge
on either the MCP or the PR.You can read more about Major Change Proposals on forge.
Comments
This issue is not meant to be used for technical discussion. There is a Zulip stream for that. Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed.
The text was updated successfully, but these errors were encountered: