Merge pull request #1097 from DomT4/software_dev_is_hard
diagnostic: make using outdated dev tools fatal
This commit is contained in:
commit
81e325cdb7
@ -14,13 +14,13 @@ module Homebrew
|
||||
end
|
||||
|
||||
def fatal_development_tools_checks
|
||||
if MacOS.prerelease?
|
||||
if ENV["TRAVIS"] || ARGV.homebrew_developer?
|
||||
%w[
|
||||
check_xcode_up_to_date
|
||||
check_clt_up_to_date
|
||||
]
|
||||
else
|
||||
%w[
|
||||
check_xcode_up_to_date
|
||||
check_clt_up_to_date
|
||||
]
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user