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