When are bottles built during the release process for a new version of a homebrew-core
formula?
#5811
Answered
by
alebcay
rgoldberg
asked this question in
Writing Formulae/Casks
-
Output of
|
Beta Was this translation helpful? Give feedback.
Answered by
alebcay
Dec 18, 2024
Replies: 1 comment 6 replies
-
They are the build that happens before. Those bottles are then used to run tests on for CI |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For transparency - the relevant GitHub Actions step is here.
The code for the
brew test-bot
command is at https://github.com/Homebrew/homebrew-test-bot. It acts as a harness around variousbrew
commands to test and build the entire lifecycle of a formula. Depending on what you're trying to accomplish, you could consider forking it if you want to build formulae for a custom tap with a modified process.Within homebrew-core, the aspects of the build process which are intended to be configurable for individual formulae are exposed via the DSL (in formula code).