Merge pull request #19180 from Homebrew/gnu-tar-condition-fix
dev-cmd/bottle: don't install gnu-tar when not needed
This commit is contained in:
commit
f778d217f0
@ -104,7 +104,7 @@ module Homebrew
|
|||||||
|
|
||||||
Homebrew.install_bundler_gems!(groups: ["bottle"])
|
Homebrew.install_bundler_gems!(groups: ["bottle"])
|
||||||
|
|
||||||
gnu_tar_formula_ensure_installed_if_needed!
|
gnu_tar_formula_ensure_installed_if_needed! if args.only_json_tab?
|
||||||
|
|
||||||
args.named.to_resolved_formulae(uniq: false).each do |formula|
|
args.named.to_resolved_formulae(uniq: false).each do |formula|
|
||||||
bottle_formula formula
|
bottle_formula formula
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user