[roll] Roll fuchsia [pkg-cache] Serve package directory files from bootfs if available

Package directories are made out of blobs, and pkg-cache will now try
to use blobs from the bootfs blobs dir before using blobs from
blobfs. This will save memory by enabling deduplication of VMOs backed
by files that are in both bootfs and blobfs, such as ld.so.

pkg-cache will continue to *not* use bootfs when deciding if a blob
needs to be written to blobfs during package resolution.

Original-Fixed: 339101788
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1048600
Original-Revision: ecdf0cfe996e98af35ff548393d806c4045a6a7f
GitOrigin-RevId: 12d216bb956c8c4311bf01a5d2bbc25bd5dd69e6
Change-Id: I1a31d135b240771e5293ce66f3830021d2d30f23
1 file changed
tree: dcbe1ee8c2c44fa408b0cdf6d686a44bad18bfbd
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.