Merge pull request #6693 from MikeMcQuaid/comment_broken_dependents

cmd/upgrade: comment-out broken_dependents functionality.
This commit is contained in:
Mike McQuaid 2019-11-05 10:11:12 +00:00 committed by GitHub
commit 3aa7624284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -360,6 +360,10 @@ module Homebrew
upgrade_formulae(upgradable)
# TODO: re-enable when this code actually works.
# https://github.com/Homebrew/brew/issues/6671
return unless ENV["HOMEBREW_BROKEN_DEPENDENTS"]
# Assess the dependents tree again.
kegs = formulae_with_runtime_dependencies