commit | 4fce2fae5d0f6158c60ab6c213864c19f168503a | [log] [tgz] |
---|---|---|
author | Jay Zhuang <jayzhuang@fuchsia.infra.roller.google.com> | Thu Aug 29 01:31:55 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Aug 28 18:33:40 2024 -0700 |
tree | 3cb48898dfc9a7848f5c87b0d2f97aa3c5dc16a0 | |
parent | e7175cfc972f0542d80ae324c82914c4d627a811 [diff] |
[roll] Roll fuchsia [bazel][updates][tests] Add a dep edge ... attempting to fix a Ninja noop issue. Depend on Bazel assembly directly to make sure any changes in assembly (not only image_assembly.json) would trigger a rerun of dir publishing, otherwise Ninja will fail noop check because depfile of this action claims files from packages (e.g. hello_world_bin) as inputs. NOTE: This is not a problem to GN assembly because in Bazel assembly, the dep relationship between image_assembly.json and the actual assembly are only expressed in Bazel, not in GN. In GN they are parallel targets from on bazel_build_group. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1109873 Original-Revision: 19e841b474c42d7125397e9db0f627f9e4cfc58f GitOrigin-RevId: 959d85a8170a2b7d14a867e89f2a5967dd2706d5 Change-Id: Id6b0d1ede1d4f5a352f36417bff177174434cc94
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
.