Skip to content

fix(cli/rustup_mode)!: skip auto-installation in some rustup commands#4840

Draft
rami3l wants to merge 2 commits intorust-lang:mainfrom
rami3l:fix/skip-auto-install
Draft

fix(cli/rustup_mode)!: skip auto-installation in some rustup commands#4840
rami3l wants to merge 2 commits intorust-lang:mainfrom
rami3l:fix/skip-auto-install

Conversation

@rami3l
Copy link
Copy Markdown
Member

@rami3l rami3l commented Apr 28, 2026

Closes #4836 by making it possible to skip should_auto_install 's dynamic detection entirely.

Whether the skip should be applied can be predetermined during clap dispatch (at least for rustup_mode.rs), so the only remaining question seems to be where we would want to apply the skip.

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.

install_if_missing/should_auto_install is being asked too eagerly when RUSTUP_AUTO_INSTALL=1

1 participant