auto rebuild of dependent packages? #44
-
Hey Folks, I'm just using Homebrew in CI environment. To make sure my code works on Mac, because I don't own a Mac myself. Thanks for the great tool, it really makes cross platform testing easier. Although I run into a problem a few times: I use gRPC which depends on other packages. And if the dependency updated the dependent packages are not rebuilt. Which cause my build to fail. (Which is confusing in a CI environment.) My question, is there any automation implemented to re-build the dependent packages after a version bump? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
No, since there is no way of knowing if it needs to be rebuild. For homebrew-core |
Beta Was this translation helpful? Give feedback.
No, since there is no way of knowing if it needs to be rebuild. For homebrew-core
brew-test-bot
will tell us if there's linkage issues, which is usually a good indicator of a required rebuild. After that we ask the contributor to addrevision 1
to those formula.