diff options
| author | Mike McQuaid | 2014-07-24 08:46:43 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-24 08:51:09 +0100 |
| commit | d2d2b3c8880306e52bb96dd883f96b19c83ab50a (patch) | |
| tree | 7cab67250e46f03b33495a46ceef6938b037d52f /Library | |
| parent | 8cf69fac3f5a3cf09143bfb574feb44bca2a1dff (diff) | |
| download | brew-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-x | Library/Contributions/cmd/brew-test-bot.rb | 1 |
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 |
