Docs: remove bottle :unneeded mention
As per Homebrew/homebrew-core#75943
This commit is contained in:
parent
c3bbd110d6
commit
111980932b
@ -110,8 +110,6 @@ You’re now at a new prompt with the tarball extracted to a temporary sandbox.
|
|||||||
|
|
||||||
Check the package’s `README`. Does the package install with `./configure`, `cmake`, or something else? Delete the commented out `cmake` lines if the package uses `./configure`.
|
Check the package’s `README`. Does the package install with `./configure`, `cmake`, or something else? Delete the commented out `cmake` lines if the package uses `./configure`.
|
||||||
|
|
||||||
If no compilation is involved and there are no `:build` dependencies, add the line `bottle :unneeded` since bottles are unnecessary in this case. Otherwise, a `bottle` block will be added by Homebrew's CI upon merging the formula's pull-request.
|
|
||||||
|
|
||||||
### Check for dependencies
|
### Check for dependencies
|
||||||
|
|
||||||
The `README` probably tells you about dependencies and Homebrew or macOS probably already has them. You can check for Homebrew dependencies with `brew search`. Some common dependencies that macOS comes with:
|
The `README` probably tells you about dependencies and Homebrew or macOS probably already has them. You can check for Homebrew dependencies with `brew search`. Some common dependencies that macOS comes with:
|
||||||
|
|||||||
@ -169,7 +169,6 @@ transparency for contributors in addition to the
|
|||||||
```
|
```
|
||||||
- make sure it is one commit per revision bump
|
- make sure it is one commit per revision bump
|
||||||
- if CI is green and...
|
- if CI is green and...
|
||||||
- formula `bottle :unneeded`, you can merge it through GitHub UI
|
|
||||||
- bottles need to be pulled, and...
|
- bottles need to be pulled, and...
|
||||||
- the commits are correct, don't need changes, and BrewTestBot can merge it (doesn't have the label `automerge-skip`): approve the PR to trigger an automatic merge (use `brew pr-publish $PR_ID` to trigger manually in case of a new formula)
|
- the commits are correct, don't need changes, and BrewTestBot can merge it (doesn't have the label `automerge-skip`): approve the PR to trigger an automatic merge (use `brew pr-publish $PR_ID` to trigger manually in case of a new formula)
|
||||||
- the commits are correct and don't need changes, but BrewTestBot can't merge it (has the label `automerge-skip`), use `brew pr-publish $PR_ID`
|
- the commits are correct and don't need changes, but BrewTestBot can't merge it (has the label `automerge-skip`), use `brew pr-publish $PR_ID`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user