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:
Mike McQuaid 2014-07-24 08:46:43 +01:00
parent 8cf69fac3f
commit d2d2b3c888

View File

@ -307,6 +307,7 @@ class Test
unless installed_gcc
test "brew", "install", "gcc"
installed_gcc = true
OS::Mac.clear_version_cache
retry
end
skip formula