commit | e759f03bf2710a286a530680d892397a5127b713 | [log] [tgz] |
---|---|---|
author | Christopher R. Johnson <crjohns@fuchsia.infra.roller.google.com> | Sat Mar 23 01:16:30 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Mar 22 18:18:28 2024 -0700 |
tree | eeb9a0c392b38da74ad0e8eec17f4cd076855144 | |
parent | fe6761f382a07da078c8be31c21e8f11053107cd [diff] |
[roll] Roll fuchsia [python_binary] Support unbuffered argument for python binaries. This CL introduces a new python_binary argument called `unbuffered_output`. This argument results in passing the -u argument to the fuchsia-vendored-python binary referenced by the shebang line in the generated Python entrypoint for generated .pyz files. Some utilities, like fx test, are most useful when their output is not buffered and is proactively flushed to a reading pipe. Original-Bug: b/330513884 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1011767 Original-Revision: 7ebcfecb647c67775c95eb09dac224f79904f5a9 GitOrigin-RevId: 49807680322b2ee50bceffab9568ecb5719a4bad Change-Id: If215cc9945f9d3ceb36ec85e2458231b52edb72d
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
.