cmd/upgrade: comment-out broken_dependents functionality.
This is not a fix for https://github.com/Homebrew/brew/issues/6671 but will stop people hitting this bug for now.
This commit is contained in:
parent
89c5ecce2f
commit
0cf6052fcc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user