Skip to content

Conversation

@ychin
Copy link
Member

@ychin ychin commented Aug 20, 2025

The universal-package action tries to build a custom formula and installs it by calling brew install on a raw .rb file. This recently started to fail as Homebrew added a change to consider this use case as an error. Change the action to use the officially sanctioned method which is to create a tap and then place the formula in said tap.

The universal-package action tries to build a custom formula and
installs it by calling `brew install` on a raw .rb file. This recently
started to fail as Homebrew added a change to consider this use case as
an error. Change the action to use the officially sanctioned method
which is to create a tap and then place the formula in said tap.
@ychin ychin added this to the Release 182 milestone Aug 20, 2025
@ychin ychin added Infrastructure Non-app infrastructure issues, e.g. CI Non User Facing Non-user facing change. These issues do no need to show up in release notes. labels Aug 20, 2025
@ychin ychin enabled auto-merge August 20, 2025 09:24
@ychin ychin merged commit 6779b85 into macvim-dev:master Aug 20, 2025
5 checks passed
@ychin ychin deleted the ci-fix-homebrew-custom-package-formula branch August 20, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Infrastructure Non-app infrastructure issues, e.g. CI Non User Facing Non-user facing change. These issues do no need to show up in release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant