formula_installer: pre-install implicit dependencies
This commit is contained in:
parent
ab16b59ee7
commit
0f76ade06b
@ -362,7 +362,7 @@ class FormulaInstaller
|
|||||||
return if @compute_dependencies.blank?
|
return if @compute_dependencies.blank?
|
||||||
|
|
||||||
compute_dependencies(use_cache: false) if @compute_dependencies.any? do |dep, options|
|
compute_dependencies(use_cache: false) if @compute_dependencies.any? do |dep, options|
|
||||||
next false if dep.tags != [:build, :test]
|
next false unless dep.implicit?
|
||||||
|
|
||||||
fetch_dependencies
|
fetch_dependencies
|
||||||
install_dependency(dep, options)
|
install_dependency(dep, options)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user