FormulaInstaller: uncache Tab to keep it fresh

Fixes Homebrew/homebrew#48612.
Fixes Homebrew/homebrew#48657.

Closes Homebrew/homebrew#48886.

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Xu Cheng 2016-02-09 12:53:47 +08:00
parent 7b81066038
commit 2facb5166c

View File

@ -106,6 +106,7 @@ class FormulaInstaller
end
def prelude
Tab.clear_cache
verify_deps_exist unless skip_deps_check?
lock
check_install_sanity