Skip to content

Commit

Permalink
Merge pull request #16118 from EricFromCanada/preinstall-implicit-deps
Browse files Browse the repository at this point in the history
formula_installer: pre-install implicit dependencies
  • Loading branch information
EricFromCanada authored Oct 18, 2023
2 parents ab16b59 + 0f76ade commit 3480dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/formula_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def install_fetch_deps
return if @compute_dependencies.blank?

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
install_dependency(dep, options)
Expand Down

0 comments on commit 3480dda

Please sign in to comment.