Skip to content
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

Bump two formulae at once #44

Open
chenrui333 opened this issue Jan 30, 2023 · 3 comments
Open

Bump two formulae at once #44

chenrui333 opened this issue Jan 30, 2023 · 3 comments

Comments

@chenrui333
Copy link
Contributor

chenrui333 commented Jan 30, 2023

Right now, there are some formulae are sharing the same source code tree and require version bump at the same time. I wonder if there is any way to bump two or more formulae at the same time. Thanks!

For example like this PR

@bryantbiggs
Copy link

Similar situation, but its one formula and two platforms. For example, we support both mac and linux, how could we update a formulate like ripgrep https://github.com/BurntSushi/ripgrep/blob/master/pkg/brew/ripgrep-bin.rb with this action

@mislav
Copy link
Owner

mislav commented Jan 30, 2023

@chenrui333 I wasn't aware of this being a requirement of Homebrew-core CI for some formulae. Right now this isn't possible. If this was possible, how would you imagine configuring the action for this mode of operation?

@bryantbiggs This was requested before, but it was closed by the requester #5. Feel free to open a new issue for that and reference the old one.

@p-linnane
Copy link

@mislav Some formulae are listed in synced_versions_formulae, which requires them to be updated in the same PR. This is usually because they won't build without each other.

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

No branches or pull requests

4 participants