dev-cmd/audit: don't do dependency checks on Linux.
Alternate approach to #9091 for https://github.com/Homebrew/homebrew-core/pull/64423
This commit is contained in:
parent
ba0a377b43
commit
93362547c9
@ -524,7 +524,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? && !Homebrew::EnvConfig.force_homebrew_on_linux?
|
return if OS.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