-
Notifications
You must be signed in to change notification settings - Fork 892
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
Windows CI installs more than minimal profile #3738
Comments
Is this a duplicate of #3709? |
It's not duplicating that issue in any way that I can see at least. In my case there is no error or failure, it installs and runs, just installs too many components. |
@bluss The thing here is that GitHub Actions has Rustup preinstalled with stable Rust minimal + Rustfmt + Clippy (https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md#packages), so I'll say it's not really an actionable thing on our side. And yes, if you have |
Oh, that's a reasonable explanation, thanks for the pointer. I'm fine with closing this then if you want to. |
Problem
Hey, I found this issue in github actions / CI - i don't otherwise use rustup on windows, so I don't know if this is a known behaviour.
Using
rustup toolchain install stable --profile minimal --no-self-update
is installing clippy and rustfmt, that doesn't seem like a minimal profile?Steps
Possible Solution(s)
No response
Notes
Install log details components it's installing
Rustup version
Installed toolchains
The text was updated successfully, but these errors were encountered: