mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
- Separate cache tags because each architecture can replace a shared registry cache and leave the other platform with little useful reuse. - Pin `homebrew-core` as a build input so its layer can be reused across brew-only changes without serving a stale tap after core moves. - Keep generated Bundler cache files out of the Docker context so local development artefacts do not bloat or invalidate image builds. - Cache apt metadata and downloads because package installs are a stable dependency layer and should not repeat avoidable network work.
12 lines
505 B
Plaintext
12 lines
505 B
Plaintext
Library/Homebrew/vendor/portable-ruby
|
|
Library/Homebrew/vendor/bundle/ruby/.homebrew_gem_groups
|
|
Library/Homebrew/vendor/bundle/ruby/*/.homebrew_vendor_version
|
|
Library/Homebrew/vendor/bundle/ruby/*/bin
|
|
Library/Homebrew/vendor/bundle/ruby/*/build_info
|
|
Library/Homebrew/vendor/bundle/ruby/*/bundler.lock
|
|
Library/Homebrew/vendor/bundle/ruby/*/cache
|
|
Library/Homebrew/vendor/bundle/ruby/*/extensions
|
|
Library/Homebrew/vendor/bundle/ruby/*/plugins
|
|
Library/Homebrew/vendor/bundle/ruby/*/specifications
|
|
Library/Taps
|