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

rustup no longer installs the active toolchain if it's not installed #2303

Closed
Ravencentric opened this issue Mar 4, 2025 · 3 comments
Closed

Comments

@Ravencentric
Copy link

Ravencentric commented Mar 4, 2025

Description

rustup 1.28 just released with a breaking change in its behavior, i.e., it will no longer automatically install the active toolchain if it is not installed.

This means that the instructions in Building Rust wheels are now outdated.

Build log

https://github.com/Ravencentric/rnzb/actions/runs/13641450202/job/38132064949
https://gist.github.com/Ravencentric/aa7572e9b4a1262fbf7ada5165907aff#file-cibuildwheel-issues-2303-txt

CI config

https://github.com/Ravencentric/rnzb/blob/82921ea28f3f32fef6df875ae4cae7f483c0bd42/.github/workflows/release.yml

@Czaki
Copy link
Contributor

Czaki commented Mar 4, 2025

Oh. This is why my CI was broken yesterday. So since now there is a need to manually parse the content of rust-toolchain.toml

@henryiii
Copy link
Contributor

henryiii commented Mar 5, 2025

I believe this is fixed in today's 1.28.1? https://github.com/rust-lang/rustup/blob/master/CHANGELOG.md

@Ravencentric
Copy link
Author

Yep. This issue and the related PR can be closed now.

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 a pull request may close this issue.

3 participants