commit | ab0edc65711963605af65ab72d362ed73a034836 | [log] [tgz] |
---|---|---|
author | Hunter Freyer <hjfreyer@fuchsia.infra.roller.google.com> | Wed Feb 14 19:44:06 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Feb 14 11:45:42 2024 -0800 |
tree | a733bc0800b1e3d6b68812eede76aab3994f8e16 | |
parent | e05e933aa7e11d9ebf20c929812f6c68fb861c3a [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.