Merge pull request #8888 from MikeMcQuaid/audit-versioned-conflicts
audit: allow Linux checking Homebrew dependencies.
This commit is contained in:
commit
90b92301ae
@ -519,7 +519,7 @@ module Homebrew
|
||||
|
||||
# The number of conflicts on Linux is absurd.
|
||||
# TODO: remove this and check these there too.
|
||||
return if OS.linux?
|
||||
return if OS.linux? && !Homebrew::EnvConfig.force_homebrew_on_linux?
|
||||
|
||||
recursive_runtime_formulae = formula.runtime_formula_dependencies(undeclared: false)
|
||||
version_hash = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user