aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-07-24 08:46:43 +0100
committerMike McQuaid2014-07-24 08:51:09 +0100
commitd2d2b3c8880306e52bb96dd883f96b19c83ab50a (patch)
tree7cab67250e46f03b33495a46ceef6938b037d52f /Library
parent8cf69fac3f5a3cf09143bfb574feb44bca2a1dff (diff)
downloadbrew-d2d2b3c8880306e52bb96dd883f96b19c83ab50a.tar.bz2
brew-test-bot: clear compiler version cache.
This fix means that brew-test-bot can bottle formulae that require GCC again.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 3244263f4..b7d254aef 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -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