Skip to content
Snippets Groups Projects
Commit 8cf69fac authored by Mike McQuaid's avatar Mike McQuaid
Browse files

OS::Mac: allow clearing compiler version cache.

Without this it’s impossible for brew-test-bot to be able to verify if
installing GCC has allowed it to fix a compiler selection failure.
parent f2f4183a
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,12 @@ module OS
end
end
def clear_version_cache
@gcc_40_build_version = @gcc_42_build_version = @llvm_build_version = nil
@clang_version = @clang_build_version = nil
@non_apple_gcc_version = {}
end
# See these issues for some history:
# http://github.com/Homebrew/homebrew/issues/13
# http://github.com/Homebrew/homebrew/issues/41
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment