[roll] Roll fuchsia [tarmaker] Add opt-out for pargzip.

In fxrev.dev/987919, LSC checks in chromium were failing with timeout
errors while downloading and untaring the IDK. I looked into it, and it
was specifically the gzip decompression step that was taking multiple
hours.

It's unclear whether this particular combination of compressor and
decompressor (the one used by python's tarfile) fully freezes, or is
just unimaginably slow. It doesn't really matter, though.

This CL adds a flag to tarmaker to request using the gzip implementation
from the standard library. LSCs work with this flag enabled. ::shrug::

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/990994
Original-Revision: 8e009579e9dbae3e4ea67830f9cc1ec3d38b4619
GitOrigin-RevId: 92beec858362e135badb44b38491704febbb4966
Change-Id: Id3fa5e0c2aed42d78b3797e373f327f1ca63a7fd
1 file changed
tree: a733bc0800b1e3d6b68812eede76aab3994f8e16
  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.