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] Standardize a single rust toolchain for all of CI #2374

Merged
merged 11 commits into from
Dec 10, 2024

Conversation

EclecticGriffin
Copy link
Collaborator

Supersedes #2369.

rust-toolchain.toml now determines the version of rust used for every aspect of the CI, rather than having it change on its own or be set separately. As it turns out, the version of rust used for the clippy lints was also pinned separately, so I also had to address all those lints. As a result, I had to make minor changes to a bunch of code, the vast majority of which were either docstring indents or places where people manually implemented ToString instead of using Display. I don't anticipate any of these changes messing with things but if I did break something, do let me know.

Assuming I've done things correctly, it should be the case that the rust version will not change on its own anymore, and we can update the version used by all of Ci by editing the toolchain file

@EclecticGriffin EclecticGriffin enabled auto-merge (squash) December 10, 2024 20:00
@EclecticGriffin EclecticGriffin merged commit 260d2f1 into main Dec 10, 2024
18 checks passed
@EclecticGriffin EclecticGriffin deleted the CI/toolchain branch December 10, 2024 20: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.

1 participant