formula: tweak cache ordering.
This commit is contained in:
parent
e58ed46195
commit
1e2cdc6eac
@ -2879,8 +2879,8 @@ class Formula
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user