[roll] Roll fuchsia Revert "[pkg-cache] Check for subpackage blobs when loading cache packages"

This reverts commit efa30d1bddf8cb8cd9f42b521a634546c6b4c3ae.

Reason for revert: Potentially breaking a petal.

Original change's description:
> [pkg-cache] Check for subpackage blobs when loading cache packages
>
> On startup, pkg-cache activates in the dynamic index all resident
> cache packages so that they will be protected from GC. This logic was
> not checking for subpackage blobs, which has the following
> consequences:
>
> * cache packages with missing subpackage blobs could be resolved, and
>   then resolution of the subpackage (when requested) would fail
> * the subpackage blobs would not be protected from GC
>
> This is fixed, so now cache packages will only be activated on startup
> if all subpackage blobs are resident, and all subpackage blobs will be
> protected from GC.
>
> Original-Fixed: 112579
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/905948

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/907703
Original-Revision: 3a64cd4ab1d824e739b7fc808590305e85626100
GitOrigin-RevId: 929b15a95a5659cb5406b968895acba7b5c320de
Change-Id: I3b6ce4829ce10a385d632e36d2afb6b87772df9d
1 file changed
tree: 2b2973087d8fe053a85dfb00ddbd09d2a13cc774
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.