Update brew-test-bot for compiler selection changes
This commit is contained in:
parent
662f887e9a
commit
7a4e2fe24d
@ -342,8 +342,8 @@ class Test
|
|||||||
end
|
end
|
||||||
|
|
||||||
begin
|
begin
|
||||||
deps.each {|f| CompilerSelector.new(f.to_formula).compiler }
|
deps.each { |d| CompilerSelector.select_for(d.to_formula) }
|
||||||
CompilerSelector.new(formula_object).compiler
|
CompilerSelector.select_for(formula_object)
|
||||||
rescue CompilerSelectionError => e
|
rescue CompilerSelectionError => e
|
||||||
unless installed_gcc
|
unless installed_gcc
|
||||||
test "brew", "install", "gcc"
|
test "brew", "install", "gcc"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user