test-bot: tap TapDependency's tap.
This commit is contained in:
parent
b3d44da9e3
commit
95ccf53a49
@ -380,7 +380,10 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
begin
|
begin
|
||||||
deps.each { |d| CompilerSelector.select_for(d.to_formula) }
|
deps.each do |dep|
|
||||||
|
system "brew", "tap", dep.tap if dep.is_a? TapDependency
|
||||||
|
CompilerSelector.select_for(dep.to_formula)
|
||||||
|
end
|
||||||
CompilerSelector.select_for(formula)
|
CompilerSelector.select_for(formula)
|
||||||
rescue CompilerSelectionError => e
|
rescue CompilerSelectionError => e
|
||||||
unless installed_gcc
|
unless installed_gcc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user