diagnostic: limit fatal dev tools check to Sierra
This commit is contained in:
parent
bbc3f1c3a8
commit
12aad5c65f
@ -14,14 +14,14 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
def fatal_development_tools_checks
|
def fatal_development_tools_checks
|
||||||
if ENV["TRAVIS"] || ARGV.homebrew_developer?
|
if MacOS.version >= :sierra && ENV["CI"].nil?
|
||||||
%w[
|
|
||||||
]
|
|
||||||
else
|
|
||||||
%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
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user