Skip to content

fvm 4.0.5 (new formula)#274544

Open
zeldrisho wants to merge 1 commit intoHomebrew:mainfrom
zeldrisho:fvm
Open

fvm 4.0.5 (new formula)#274544
zeldrisho wants to merge 1 commit intoHomebrew:mainfrom
zeldrisho:fvm

Conversation

@zeldrisho
Copy link
Copy Markdown
Contributor

@zeldrisho zeldrisho commented Mar 27, 2026

  • 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>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • 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.

I used Codex to help update Formula/f/fvm.rb, debug the Linux CI failure, and prepare the PR note.

Manual verification performed:

  • Ran HOMEBREW_NO_INSTALL_FROM_API=1 brew reinstall --build-from-source fvm.
  • Ran brew test --verbose fvm.
  • Ran brew style Formula/f/fvm.rb.
  • Ran brew audit --strict fvm.
  • Ran brew audit --new fvm.

Copilot AI review requested due to automatic review settings March 27, 2026 11:01
@github-actions github-actions bot added autosquash Automatically squash pull request commits according to Homebrew style. new formula PR adds a new formula to Homebrew/homebrew-core labels Mar 27, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the head install option from the fvm Homebrew formula and drops the now-dead code path that depended on build.head?, keeping the formula focused on stable releases.

Changes:

  • Remove the head stanza from fvm.
  • Remove the unreachable build.head? conditional logic tied to head builds.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Mar 27, 2026
@zeldrisho zeldrisho changed the title fvm: remove head fvm 4.0.5 (new formula) Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new formula PR adds a new formula to Homebrew/homebrew-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants