You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👷 ci: derive the wheel toolchain from rust-toolchain.toml
The channel and components were written twice, and the comment asked whoever
edited one to remember the other. Dependabot owns rust-toolchain.toml and cannot
reach the workflow, so its bump to 1.98 left the pin at 1.97; the container then
provisioned 1.98 on demand during the parallel build and the aarch64 musl wheel
failed on a half-installed toolchain.
Reading the file at build time removes the pair that can disagree.
0 commit comments