commit | 98e037a061085f7891582f25a4ce7f9037885651 | [log] [tgz] |
---|---|---|
author | Jay Zhuang <jayzhuang@fuchsia.infra.roller.google.com> | Mon Jul 29 19:17:37 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jul 29 12:19:21 2024 -0700 |
tree | 14097552fd547ba0865ab2b4d1a3d8b9dfea7bf1 | |
parent | 75463e93ad378921058e1d21096cd5306905f932 [diff] |
[roll] Roll fuchsia [fx][rust3p] Call ninja directly instead of `fx build` This removes the warning from `fx build` that directs users to use GN targets instead of Ninja outputs. I opt to not use GN target for build in this particular case because it doesn't improve the script. In fact it makes it slightly worse because moving the GN target would requiring changing this script, which building the Ninja output directly does not, and we'll need to hardcode the path to the Ninja output anyways to invoke it. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1089714 Original-Revision: d65f2563711ab51cc715315bd4b4a35a345a13ae GitOrigin-RevId: 27c6c0aedcefb6af8f1a05e34b3e028bf5f7ec95 Change-Id: I1b927f9f0003fca20dcaa48ad6199b69679d7881
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
.