Merge pull request #16845 from cho-m/formula-bottle-doc

formula: update `bottle :unneeded` comment
This commit is contained in:
Bo Anderson 2024-03-07 17:24:33 +00:00 committed by GitHub
commit 6ceb38abf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3257,13 +3257,7 @@ class Formula
# sha256 high_sierra: "91dd0caca9bd3f38c439d5a7b6f68440c4274945615fae035ff0a369264b8a2f" # sha256 high_sierra: "91dd0caca9bd3f38c439d5a7b6f68440c4274945615fae035ff0a369264b8a2f"
# end</pre> # end</pre>
# #
# Homebrew maintainers aim to bottle all formulae that require compilation. # Homebrew maintainers aim to bottle all formulae.
#
# Formulae that can be installed without compilation should be tagged with:
# <pre>bottle :unneeded</pre>
#
# Formulae which should not be bottled should be tagged with:
# <pre>bottle :disable, "reasons"</pre>
sig { params(block: T.proc.bind(BottleSpecification).void).void } sig { params(block: T.proc.bind(BottleSpecification).void).void }
def bottle(&block) def bottle(&block)
stable.bottle(&block) stable.bottle(&block)