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: use RustCrypto/actions/cross-install #487

Merged
merged 1 commit into from
Dec 27, 2022

Conversation

tarcieri
Copy link
Contributor

This action is located at:

https://github.com/RustCrypto/actions/blob/master/cross-install/action.yml

It's used across the RustCrypto project for installing cross in CI.

Installation is performed by fetching a pinned binary release from:

https://github.com/cross-rs/cross/releases/

This eliminates problems that might occur when using cargo install such as:

https://github.com/dalek-cryptography/curve25519-dalek/actions/runs/3786735408/jobs/6437902657

It's also marginally faster.

This action is located at:

https://github.com/RustCrypto/actions/blob/master/cross-install/action.yml

It's used across the RustCrypto project for installing `cross` in CI.

Installation is performed by fetching a pinned binary release from:

https://github.com/cross-rs/cross/releases/

This eliminates problems that might occur when using `cargo install`
such as:

https://github.com/dalek-cryptography/curve25519-dalek/actions/runs/3786735408/jobs/6437902657

It's also marginally faster.
@tarcieri tarcieri requested a review from rozbb December 27, 2022 14:02
@rozbb rozbb merged commit 1b000d2 into main Dec 27, 2022
@tarcieri tarcieri deleted the use-rustcrypto-cross-install-action branch May 31, 2023 02:14
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