From d2d2b3c8880306e52bb96dd883f96b19c83ab50a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 24 Jul 2014 08:46:43 +0100 Subject: [PATCH] brew-test-bot: clear compiler version cache. This fix means that brew-test-bot can bottle formulae that require GCC again. --- Library/Contributions/cmd/brew-test-bot.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 3244263f45..b7d254aef3 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