-
Notifications
You must be signed in to change notification settings - Fork 646
fix(ci): fix rust toolchain #20728
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
fix(ci): fix rust toolchain #20728
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
Rustup will restore the auto installation functionality in an upcoming release of v1.28.1 (rust-lang/rustup#4223, rust-lang/rustup#4219) 🤡. Perhaps we can consider revert relevant PRs (including this one and #20718) soon. |
We can just keep this PR, if I considered it right, rustup toolchain install
#info: using existing install for 'nightly-2025-03-05-aarch64-apple-darwin'
#info: the active toolchain `nightly-2025-03-05-aarch64-apple-darwin` has been installed
#info: it's active because: overridden by '/Users/cl/RwProjects/risingwave/rust-toolchain' And the reason why we already have a |
https://github.com/risingwavelabs/risingwave/actions/workflows/doc.yml
|
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
Prefix the install command everywhere there's
rustup show
calledChecklist
Documentation
Release note