[roll] Roll fuchsia [rfc] Offline blob compression

In Fuchsia's current design, when packages are resolved, uncompressed
blobs are fetched and compressed before writing to disk. This RFC proposes
an alternative where compressed blob artifacts can be fetched directly.
This will reduce bandwidth and eliminate computationally expensive
on-device compression.

Preview link: go/offline-compression-rfc-preview

Original-Bug: 111850
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/752282
Original-Revision: 32acece45a5e577bca2a971290dc49b4e1190fe5
GitOrigin-RevId: 682a740cda2565d9133dfbbbc1963ff1e9c77455
Change-Id: I4d82f0bf5b34cc2e25ba83a8e9fe65e597803a2d
1 file changed
tree: 082893036858c8de451f8c7c3152561152d543f4
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.