Merge pull request #6693 from MikeMcQuaid/comment_broken_dependents
cmd/upgrade: comment-out broken_dependents functionality.
This commit is contained in:
commit
3aa7624284
@ -360,6 +360,10 @@ module Homebrew
|
|||||||
|
|
||||||
upgrade_formulae(upgradable)
|
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.
|
# Assess the dependents tree again.
|
||||||
kegs = formulae_with_runtime_dependencies
|
kegs = formulae_with_runtime_dependencies
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user