diagnostic: add build error checks.
This commit is contained in:
parent
b38f5b3e7d
commit
262eaca56e
@ -93,6 +93,10 @@ module Homebrew
|
||||
%w[
|
||||
].freeze
|
||||
end
|
||||
|
||||
def build_error_checks
|
||||
(development_tools_checks + %w[
|
||||
]).freeze
|
||||
end
|
||||
|
||||
def check_for_installed_developer_tools
|
||||
|
@ -22,6 +22,11 @@ module Homebrew
|
||||
check_clt_minimum_version
|
||||
].freeze
|
||||
end
|
||||
|
||||
def build_error_checks
|
||||
(development_tools_checks + %w[
|
||||
check_for_unsupported_macos
|
||||
]).freeze
|
||||
end
|
||||
|
||||
def check_for_unsupported_macos
|
||||
|
Loading…
x
Reference in New Issue
Block a user