diagnostic: make using outdated development tools fatal
This commit is contained in:
parent
5575c17629
commit
a124680b18
@ -14,15 +14,10 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
def fatal_development_tools_checks
|
def fatal_development_tools_checks
|
||||||
if MacOS.prerelease?
|
|
||||||
%w[
|
%w[
|
||||||
check_xcode_up_to_date
|
check_xcode_up_to_date
|
||||||
check_clt_up_to_date
|
check_clt_up_to_date
|
||||||
]
|
]
|
||||||
else
|
|
||||||
%w[
|
|
||||||
]
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def check_for_unsupported_macos
|
def check_for_unsupported_macos
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user