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

chore: most of CI now runs on the rust-toolchain defined version #1587

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Apr 21, 2022

We use the rust-toolchain file in order to run things on a specific
version of Rust. Change the CI to use that version. Prior to this
commit it was using a nightly build, which was needed in the past,
but no longer.

The only exception is on ARM, where we still need nightly.

We use the `rust-toolchain` file in order to run things on a specific
version of Rust. Change the CI to use that version. Prior to this
commit it was using a nightly build, which was needed in the past,
but no longer.

The only exception is on ARM, where we still need nightly.
@vmx vmx merged commit 075a545 into master Apr 21, 2022
@vmx vmx deleted the ci-not-nightly branch April 21, 2022 12:55
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