Always build from source when given --interactive
Closes Homebrew/homebrew#27716.
This commit is contained in:
parent
87b9d7ff6a
commit
04f887dc18
@ -49,7 +49,7 @@ class FormulaInstaller
|
|||||||
def pour_bottle? install_bottle_options={:warn=>false}
|
def pour_bottle? install_bottle_options={:warn=>false}
|
||||||
return false if @pour_failed
|
return false if @pour_failed
|
||||||
return true if force_bottle? && f.bottle
|
return true if force_bottle? && f.bottle
|
||||||
return false if build_from_source? || build_bottle?
|
return false if build_from_source? || build_bottle? || interactive?
|
||||||
return false unless options.empty?
|
return false unless options.empty?
|
||||||
|
|
||||||
return true if f.local_bottle_path
|
return true if f.local_bottle_path
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user