commit | a1d0bc024a5a3c247efa1bf8ab38bb61ba3d17cc | [log] [tgz] |
---|---|---|
author | Roland McGrath <mcgrathr@fuchsia.infra.roller.google.com> | Thu May 30 23:50:44 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 30 16:52:47 2024 -0700 |
tree | 3ec630c19f351572a3ec51db050c5cd39d977a54 | |
parent | 3bd3e7aacbb0f630dfd956558389cd746a20234c [diff] |
[roll] Roll fuchsia [build] Fix RBE wrapper not to interfere with options it doesn't understand Without this, the wrapper thinks that e.g. `-r` is short for `-rtlib` and is missing its option value. There is no need for the wrapper to recognize options just because they exist, so rather than adding each option that is otherwise broken by it, it should just leave all other options alone as seems to be the intent. The compiler options don't use prefix-matching logic, so the wrapper should not either. Original-Bug: 342469121 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1057973 Original-Revision: 77f048e2c954a468d615e736eb302430a047d0e2 GitOrigin-RevId: 19183cda7bc1e7e7cd641a64a7f6620cbb6cc059 Change-Id: I6671b22fbef86229089b6ee32d536466a98d5a80
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
.