brew-test-bot: clear compiler version cache.
This fix means that brew-test-bot can bottle formulae that require GCC again.
This commit is contained in:
parent
8cf69fac3f
commit
d2d2b3c888
@ -307,6 +307,7 @@ class Test
|
|||||||
unless installed_gcc
|
unless installed_gcc
|
||||||
test "brew", "install", "gcc"
|
test "brew", "install", "gcc"
|
||||||
installed_gcc = true
|
installed_gcc = true
|
||||||
|
OS::Mac.clear_version_cache
|
||||||
retry
|
retry
|
||||||
end
|
end
|
||||||
skip formula
|
skip formula
|
||||||
|
Loading…
x
Reference in New Issue
Block a user