Skip to content

Commit

Permalink
Merge pull request #163 from MikeMcQuaid/remove-linkage-cache
Browse files Browse the repository at this point in the history
test-bot: don't enable linkage cache.
  • Loading branch information
MikeMcQuaid authored Jun 29, 2018
2 parents e4b2e60 + 595bf08 commit e82bf83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/brew-test-bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,6 @@ def sanitize_argv_and_env
ENV["HOMEBREW_DEVELOPER"] = "1"
ENV["HOMEBREW_NO_AUTO_UPDATE"] = "1"
ENV["HOMEBREW_NO_EMOJI"] = "1"
ENV["HOMEBREW_LINKAGE_CACHE"] = "1"
ENV["HOMEBREW_FAIL_LOG_LINES"] = "150"
ENV["PATH"] =
"#{HOMEBREW_PREFIX}/bin:#{HOMEBREW_PREFIX}/sbin:#{ENV["PATH"]}"
Expand Down

0 comments on commit e82bf83

Please sign in to comment.