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

CI: Swap-out deprecated rust toolchain #545

Closed
wants to merge 1 commit into from

Conversation

phklive
Copy link
Contributor

@phklive phklive commented Mar 25, 2024

In this PR I remove the deprecated https://github.com/actions-rs and swap it with https://github.com/dtolnay/rust-toolchain

@phklive phklive changed the base branch from main to next March 25, 2024 17:54
@bobbinth bobbinth force-pushed the phklive-swap-deprecated-rust-toolchchain branch from 72a1f66 to a50b6f1 Compare April 5, 2024 21:08
@phklive
Copy link
Contributor Author

phklive commented Apr 19, 2024

This is also the crate used by Reth or other rust projects: https://github.com/paradigmxyz/reth/blob/cf163ba9d81c9e11ee3798b8474c1b4c679c24e2/.github/workflows/unit.yml#L33

@phklive
Copy link
Contributor Author

phklive commented Apr 19, 2024

@hackaugusto related to this pr on winterfell: facebook/winterfell#270

Could you let me know what is your POV on using this gh action or using the direct rustup installation?

@hackaugusto
Copy link
Contributor

Could you let me know what is your POV on using this gh action or using the direct rustup installation?

In general, including for code, I prefer fewer layers of indirection. I would go for the simpler shell scripts, unless the actions provides some benefit over that which is hard for us to implement.

@bobbinth
Copy link
Contributor

Superseded by #696.

@bobbinth bobbinth closed this May 23, 2024
@bobbinth bobbinth deleted the phklive-swap-deprecated-rust-toolchchain branch May 23, 2024 22:12
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.

3 participants