Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing for all supported platforms. #48

Open
tobz opened this issue Jun 17, 2021 · 2 comments
Open

Testing for all supported platforms. #48

tobz opened this issue Jun 17, 2021 · 2 comments

Comments

@tobz
Copy link
Member

tobz commented Jun 17, 2021

We should invest some time in seeing if we can get our test suite to actually run for all platforms that we target/support.

We already target Linux, Windows, and macOS on 86_64, which is good. We should theoretically be able to target WASM/WASI via cargo-bindgen-wasm and cargo-wasi and I think those could just execute on Linux x86_64 runners.

The tricker bit is if we wanted to test on another CPU architecture, as the free tier Github Actions runners have no ARM/ARM64 support, and setting up our own runners would be difficult/cost prohibitive... unless there's some sort of 3rd party runner service I don't know about.

@tobz
Copy link
Member Author

tobz commented Sep 8, 2021

#54 is an example of an alt platform that could use CI support (MIPS) but currently has no obvious approach to do so.

@messense
Copy link
Contributor

messense commented Sep 8, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants