always include
This commit is contained in:
parent
8506f1901a
commit
0b302dc3ad
@ -406,8 +406,8 @@ module Homebrew
|
|||||||
# 3. Optionally, any installed formula that depends on one of these and is outdated.
|
# 3. Optionally, any installed formula that depends on one of these and is outdated.
|
||||||
def compute_sized_formulae(formulae, args:)
|
def compute_sized_formulae(formulae, args:)
|
||||||
sized_formulae = formulae.flat_map do |formula|
|
sized_formulae = formulae.flat_map do |formula|
|
||||||
# Always include the formula itself if bottled.
|
# Always include the formula itself.
|
||||||
formula_list = formula.bottled? ? [formula] : []
|
formula_list = [formula]
|
||||||
|
|
||||||
deps = args.build_from_source? ? formula.deps.build : formula.deps.required
|
deps = args.build_from_source? ? formula.deps.build : formula.deps.required
|
||||||
# If there are dependencies, try to gather outdated, bottled ones.
|
# If there are dependencies, try to gather outdated, bottled ones.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user