cross-rs / cross

“Zero setup” cross compilation and “cross testing” of Rust crates
Apache License 2.0
6.4k stars 359 forks source link

loongarch64 support #1404

Closed mcandre closed 4 months ago

mcandre commented 7 months ago

Checklist

Describe your request

Since 1.74.0, Rust has added loongarch64-unknown-linux-gnu as a tier 2 level target.

https://doc.rust-lang.org/nightly/releases.html#version-1710-2023-07-13

Can we please get a first (or third) party cross image published for generating loongarch64-unknown-linux-gnu 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.