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

Automatic tests for non-x86 compile #73

Open
nia-e opened this issue Mar 27, 2023 · 1 comment
Open

Automatic tests for non-x86 compile #73

nia-e opened this issue Mar 27, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@nia-e
Copy link
Collaborator

nia-e commented Mar 27, 2023

Should we set up runners for other architectures besides x86_64-unknown-linux-gnu? If so, which? I'd suggest all current rustc tier 1 targets and maybe some of the more likely-to-be-used tier 2 targets (e.g. aarch64-unknown-linux-musl, armv7-unknown-linux-gnueabihf, arm-unknown-linux-gnueabi, maybe riscv64gc-unknown-linux-gnu).

Also, I am completely useless at anything relating to CI and especially GitHub actions so help would be appreciated if we go ahead with this 😅 but I'l give it a shot when I can otherwise

@nia-e nia-e added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Mar 27, 2023
@rafaelcaricio
Copy link
Collaborator

Yeah, I think this crate is more realistically going to be used in those tier 2 targets. I am not sure if there are runners for those. Probably we would need to run the tests in QEMU? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants