deps: use Formulary factory cache.

This commit is contained in:
Mike McQuaid 2019-11-06 10:20:33 +00:00
parent f24356f015
commit b6116c5a03
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -58,6 +58,9 @@ module Homebrew
def deps
deps_args.parse
Formulary.enable_factory_cache!
mode = OpenStruct.new(
installed?: args.installed?,
tree?: args.tree?,