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

Switch away from actions-rs and minor CI improvements #39

Merged
merged 5 commits into from Aug 20, 2022

Conversation

LingMan
Copy link
Contributor

@LingMan LingMan commented Aug 17, 2022

The actions-rs organization is unmaintained with the sole member being unresponsive for close to two years. Switch form actions-rs/toolchain to dtolnay/rust-toolchain and from actions-rs/cargo to plain cargo commands.

While at it, I've cleaned up the CI script a bit. Best reviewed on a commit by commit basis.

Note that updating actions/checkout to v3 has been intentionally left out here as a test case for dependabot. A PR adding a dependabot config will follow shortly.

It's mostly disjoined from actual building anyway and this makes it easier
to follow what's going on.
The actions-rs organization is unmaintained with the sole member being
unresponsive for close to two years.

This commit switches form actions-rs/toolchain to dtolnay/rust-toolchain
and from actions-rs/cargo to plain cargo commands.
It gets set as default during installation.
@LingMan LingMan mentioned this pull request Aug 17, 2022
@LingMan
Copy link
Contributor Author

LingMan commented Aug 17, 2022

The CI failures are due to a regression in rustix 0.35.8. It fails to build for aarch64-linux-android. 0.35.7 compiles fine.

@LingMan
Copy link
Contributor Author

LingMan commented Aug 17, 2022

Upstream issue: bytecodealliance/rustix#389

@eminence
Copy link
Owner

Thanks for tracking and filing the upstream issue with rustix.

The resulting main.yml here looks shorter and cleaner. LGTM, thanks!

@eminence eminence merged commit e23a742 into eminence:master Aug 20, 2022
@LingMan LingMan deleted the actions-rs branch August 20, 2022 21:28
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.

None yet

2 participants