houseabsolute / actions-rust-cross

GitHub Action to compile Rust with cross
Apache License 2.0
113 stars 12 forks source link

Is cross test still unsupported for windows-arm and mac-os arm? #19

Closed lilith closed 2 months ago

lilith commented 2 months ago

In readme: test command will fail with *BSD targets, non-x86 Windows, and macOS ARM.

I believe these are now supported by cross and cargo; is that the only underlying issue for those platforms or is there something specific to this action?

autarch commented 2 months ago

Just to clarify, this project does not use cross on macOS or Windows, because cargo seems to work out of the box. I just tested and it seems like cargo test now works on those platforms as well, so I'll update the README. Thanks for asking about this!

autarch commented 2 months ago

Actually, I take it back. It seems like cargo test works fine macOS ARM now, but it still doesn't work on Windows. That makes sense, since I wouldn't expect an ARM binary to be executable on Windows x86 machines.