We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since 1.81.0, Rust has added loongarch64-unknown-linux-musl as a tier 2 level target.
loongarch64-unknown-linux-musl
https://doc.rust-lang.org/nightly/releases.html#version-1810-2024-09-05
Publish a cross image for generating loongarch64-unknown-linux-musl application binaries.
cross
Complete the span of available Rust targets more fully, so that Rust application developers can more easily support diverse platforms.
The text was updated successfully, but these errors were encountered:
feat: add loongarch64-unknown-linux-musl image (#1557)
8ee2c4c
Close #1556
Successfully merging a pull request may close this issue.
Checklist
Describe your request
Since 1.81.0, Rust has added
loongarch64-unknown-linux-musl
as a tier 2 level target.https://doc.rust-lang.org/nightly/releases.html#version-1810-2024-09-05
Publish a cross image for generating
loongarch64-unknown-linux-musl
application binaries.Describe why this would be a good inclusion for
cross
Complete the span of available Rust targets more fully, so that Rust application developers can more easily support diverse platforms.
The text was updated successfully, but these errors were encountered: