Skip to content

rustup: default to stable toolchain#281103

Merged
BrewTestBot merged 2 commits into
Homebrew:mainfrom
branchv:rustup
May 6, 2026
Merged

rustup: default to stable toolchain#281103
BrewTestBot merged 2 commits into
Homebrew:mainfrom
branchv:rustup

Conversation

@branchv

@branchv branchv commented May 6, 2026

Copy link
Copy Markdown
Member

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?
  • Is your test running fine brew test <formula>?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

  • AI was used to generate or assist with generating this PR. Please specify below how you used AI to help you, and what steps you have taken to manually verify the changes.

Currently, users need to configure the default toolchain manually via rustup default $toolchain before use. Let's set a sane default for them using RUSTUP_OVERRIDE_UNIX_FALLBACK_SETTINGS, which I didn't include originally only because I just realized this was possible: https://rust-lang.github.io/rustup/configuration.html

@github-actions github-actions Bot added rust Rust use is a significant feature of the PR or issue shell-completion labels May 6, 2026
@branchv

branchv commented May 6, 2026

Copy link
Copy Markdown
Member Author

Test failure is new cargo behavior: rust-lang/cargo@fd59dc2

@branchv branchv added the ready to merge PR can be merged once CI is green label May 6, 2026
@chenrui333

Copy link
Copy Markdown
Member

looks like a good move 👍

@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 6, 2026
@BrewTestBot BrewTestBot enabled auto-merge May 6, 2026 13:46
@BrewTestBot BrewTestBot added this pull request to the merge queue May 6, 2026
Merged via the queue into Homebrew:main with commit ca34ae5 May 6, 2026
19 checks passed
@branchv branchv deleted the rustup branch May 6, 2026 13:58
@Bo98 Bo98 mentioned this pull request May 20, 2026
7 tasks
@AlternateRT AlternateRT mentioned this pull request May 21, 2026
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. ready to merge PR can be merged once CI is green rust Rust use is a significant feature of the PR or issue shell-completion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants