formula: tweak cache ordering.

This commit is contained in:
Mike McQuaid 2023-11-23 12:38:51 +00:00 committed by GitHub
parent e58ed46195
commit 1e2cdc6eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2879,8 +2879,8 @@ class Formula
GOCACHE: "#{HOMEBREW_CACHE}/go_cache", GOCACHE: "#{HOMEBREW_CACHE}/go_cache",
GOPATH: "#{HOMEBREW_CACHE}/go_mod_cache", GOPATH: "#{HOMEBREW_CACHE}/go_mod_cache",
CARGO_HOME: "#{HOMEBREW_CACHE}/cargo_cache", CARGO_HOME: "#{HOMEBREW_CACHE}/cargo_cache",
CURL_HOME: ENV.fetch("CURL_HOME") { Dir.home },
PIP_CACHE_DIR: "#{HOMEBREW_CACHE}/pip_cache", PIP_CACHE_DIR: "#{HOMEBREW_CACHE}/pip_cache",
CURL_HOME: ENV.fetch("CURL_HOME") { Dir.home },
PYTHONDONTWRITEBYTECODE: "1", PYTHONDONTWRITEBYTECODE: "1",
} }
end end