-
Notifications
You must be signed in to change notification settings - Fork 219
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
[Mac-os]: create a brew installable binary #758
Comments
Paging @speedy-beaver who might be able to give an overview of required steps to get there. We do releases essentially on every commit, so to not annoy upstream brew with multiple pull requests a day, we should probably have our own brew repository that people can point their brew install to. |
So looks like this might be possible just with github means |
I assume you would like the steps for the end user to be as follows:
In that case, the homebrew formula should be a in github repo called The idea would be that commits to the verible repo, would trigger version bump PR in the homebrew-verible repo, which in turn would trigger a bottle rebuild. |
@hzeller - If this is the direction you want to go poke me and I'll get the |
Yes, Let's make a |
I started the process to get that created. Will ping you when it exists. |
https://github.com/google/homebrew-verible now exists and @hzeller has admin control over it. |
Yes, ready to accept pull requests there. |
First PR with homebrew github workflows mentioned in doc referenced above: |
Homebrew package is done here. |
Similar how we generate a new downloadable binary release with each merge, we should provide something similar for brew, the common package manager on MacOS.
We could probably use github packages to provide a brew bottle/tap of sorts ? Details need to be figured out.
The text was updated successfully, but these errors were encountered: