brew-test-bot: check dependencies' compilers too.
This commit is contained in:
parent
309001fd9f
commit
efb02aa79d
@ -326,6 +326,12 @@ class Test
|
|||||||
|
|
||||||
installed_gcc = false
|
installed_gcc = false
|
||||||
begin
|
begin
|
||||||
|
dependencies = formula_object.stable.deps
|
||||||
|
if formula_object.devel && !ARGV.include?('--HEAD')
|
||||||
|
dependencies += formula_object.devel.deps
|
||||||
|
end
|
||||||
|
dependencies.each {|f| CompilerSelector.new(f.to_formula).compiler }
|
||||||
|
|
||||||
CompilerSelector.new(formula_object).compiler
|
CompilerSelector.new(formula_object).compiler
|
||||||
rescue CompilerSelectionError => e
|
rescue CompilerSelectionError => e
|
||||||
unless installed_gcc
|
unless installed_gcc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user