Revert "dev-cmd/audit: don't do dependency checks on Linux."
This reverts commit 93362547c99d880e59d0e11f4127f01145ea5b1d.
This commit is contained in:
parent
0b2a459a6b
commit
b3e78f31ea
@ -282,7 +282,7 @@ module Homebrew
|
|||||||
|
|
||||||
# The number of conflicts on Linux is absurd.
|
# The number of conflicts on Linux is absurd.
|
||||||
# TODO: remove this and check these there too.
|
# 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)
|
recursive_runtime_formulae = formula.runtime_formula_dependencies(undeclared: false)
|
||||||
version_hash = {}
|
version_hash = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user