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
|
end
|
||||||
|
|
||||||
def fatal_development_tools_checks
|
def fatal_development_tools_checks
|
||||||
if MacOS.prerelease?
|
if ENV["TRAVIS"] || ARGV.homebrew_developer?
|
||||||
%w[
|
%w[
|
||||||
check_xcode_up_to_date
|
|
||||||
check_clt_up_to_date
|
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
%w[
|
%w[
|
||||||
|
check_xcode_up_to_date
|
||||||
|
check_clt_up_to_date
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user