Skip to content

Commit

Permalink
formula: tweak cache ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Nov 23, 2023
1 parent e58ed46 commit 1e2cdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2879,8 +2879,8 @@ def common_stage_test_env
GOCACHE: "#{HOMEBREW_CACHE}/go_cache",
GOPATH: "#{HOMEBREW_CACHE}/go_mod_cache",
CARGO_HOME: "#{HOMEBREW_CACHE}/cargo_cache",
CURL_HOME: ENV.fetch("CURL_HOME") { Dir.home },
PIP_CACHE_DIR: "#{HOMEBREW_CACHE}/pip_cache",
CURL_HOME: ENV.fetch("CURL_HOME") { Dir.home },
PYTHONDONTWRITEBYTECODE: "1",
}
end
Expand Down

0 comments on commit 1e2cdc6

Please sign in to comment.