You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update release scripts (talk to @petethepig about this) to trigger a github action to create a PR against the homebrew-core repo.
make sure both our tap and the homebrew-core versions work properly (once we have the formula in homebrew-core repo we can set up some github action to basically make our tap a mirror of that formula I think)
add linux support? I saw people using that recently, e.g here
set up a smoke test that would run brew bottle for each commit, ensuring that it's not failing (this is important because we often make changes to the build process and it's important to have tests that ensure everything is still working)
The text was updated successfully, but these errors were encountered:
Summary
Currently we have a separate repo and people install pyroscope via a tap:
This is great but it would be even better if they could just do:
I think we're big enough at this point that we can be added to homebrew core. This will make the installation simpler and makes us look more legit.
TODO
brew bottle
for each commit, ensuring that it's not failing (this is important because we often make changes to the build process and it's important to have tests that ensure everything is still working)The text was updated successfully, but these errors were encountered: