taiki-e / setup-cross-toolchain-action

GitHub Action for setup toolchains for cross compilation and cross testing for Rust.
Apache License 2.0
32 stars 3 forks source link

Support linux-musl targets #12

Closed taiki-e closed 1 year ago

taiki-e commented 1 year ago

All tier 1 or 2 linux-musl targets are now supported:

(Other linux-musl targets supported by rust-cross-toolchain also may work, although this action's CI has not tested them.)

Closes #6