Skip to content

Commit

Permalink
Merge pull request #963 from MikeMcQuaid/no_env_hints
Browse files Browse the repository at this point in the history
lib/test_bot: no environment hints.
  • Loading branch information
MikeMcQuaid committed Aug 4, 2023
2 parents d51834a + def65f8 commit 90e9913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/test_bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def run!(args)
ENV["HOMEBREW_CURL_PATH"] = "/usr/bin/curl"
ENV["HOMEBREW_GIT_PATH"] = GIT
ENV["HOMEBREW_DISALLOW_LIBNSL1"] = "1"
ENV["HOMEBREW_NO_ENV_HINTS"] = "1"
ENV["HOMEBREW_PATH"] = ENV["PATH"] =
"#{HOMEBREW_PREFIX}/bin:#{HOMEBREW_PREFIX}/sbin:#{ENV.fetch("PATH")}"
# https://github.com/Homebrew/brew/issues/14274
Expand Down

0 comments on commit 90e9913

Please sign in to comment.