Skip to content

Commit

Permalink
test-bot: don't enable linkage cache.
Browse files Browse the repository at this point in the history
After Homebrew/brew#4390 is merged this will be
enabled by default.
  • Loading branch information
MikeMcQuaid committed Jun 29, 2018
1 parent d661300 commit 595bf08
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 595bf08

Please sign in to comment.