cross-rs / cross

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

Support for more emerging target platforms #1575

Closed mcandre closed 1 month ago

mcandre commented 1 month ago

Checklist

Describe your request

Rust 1.28.0 promotes even more target platforms up the tier ladder.

https://github.com/rust-lang/rust/releases/tag/1.82.0

Describe why this would be a good inclusion for cross

Assist Rust developers with making it super easy to support a wide range of different runtime platforms.

Steal thunder from Go's builtin cross compilation.

Emilgardis commented 1 month ago

Going to close this issue if thats ok with you. This will always be a goal of cross. I'd prefer one issue per new target. Also, only the tier 2 targets should be added here, but the t3 targets can be supported too via cross-toolchains.