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

Implement thorough check and test in xtask #29

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

gmacd
Copy link
Contributor

@gmacd gmacd commented Nov 12, 2023

cargo xtask check depends on having installed <arch>-unknown-linux-gnu for each supported arch via rustup, otherwise the relevant check is not run.

Also changes the riscv target from riscvimac to riscvgc so that we have better toolchain support.

Github actions runs the x86-64 tests. If it ever supports aarch64 or riscv64 runners, we could also have it run these tests.

`cargo xtask check` depends on having installed `<arch>-unknown-linux-gnu` for each supported arch via `rustup`, otherwise the relevant check is not run.
Also changes the riscv target from riscvimac to riscvgc so that we have better toolchain support.

Signed-off-by: Graham MacDonald <[email protected]>
@gmacd gmacd force-pushed the 2023-11-12-check-and-test branch from 526a075 to 12ebc38 Compare November 12, 2023 18:14
@gmacd gmacd merged commit 5accf07 into r9os:main Nov 22, 2023
4 checks passed
@gmacd gmacd deleted the 2023-11-12-check-and-test branch November 22, 2023 21:26
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

Successfully merging this pull request may close these issues.

2 participants