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

Warn about problematic combinations of target and host version #1

Open taiki-e opened 2 years ago

taiki-e commented 2 years ago

The "supported targets" table in the readme excludes these combinations, but it would be useful to have an explicit warning.

https://github.com/taiki-e/setup-cross-toolchain-action/blob/209b6d5daeb74d1b6f58ab7cc97ab44e50a8be2d/.github/workflows/ci.yml#L78-L93

taiki-e commented 2 years ago

Segmentation fault on ubuntu 20.04

Maybe related to https://bugs.launchpad.net/qemu/+bug/1701798

EDIT: Hmm, the workaround discussed in that issue doesn't seem to work for our case. https://github.com/taiki-e/setup-cross-toolchain-action/commit/9ab683a105ae3f99a45b83ad4ea5c2df7a849856