commit | 2b91f00e9fad51a9677ef66ffe4e5868e3b7ade5 | [log] [tgz] |
---|---|---|
author | Adam Perry <adamperry@fuchsia.infra.roller.google.com> | Mon May 16 16:32:30 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 16 09:34:11 2022 -0700 |
tree | aac693cc9aaeea60530fe8b67b88617003ccb56f | |
parent | d1f20d99d5e66b2e98f8c6d825e7c18bb4443239 [diff] |
[roll] Roll fuchsia [sc] Validate component runner when using config. Add new test cases for CML without a program section and with an unknown runner. `cmc` itself enforces that if you have a program section you specify a runner so there's no need to test that separately. Requires defining a number of new empty binaries to ensure that our test components are well-formed for the validator. Bare Rust binaries currently need the syslog manifest shard even if they don't explicitly depend on the syslog backend, which is tracked in fxb/97805. Refactors integration test for the component_hub library so the resolved config has a valid runner. Refactors integration test for structured config validator to use an archived package rather than just the package manifest and meta.far. Adding an empty binary to the package includes a number of dynamic libraries as well, and it would be fragile to list them individually in the test build rules. Using an archived package ensures that all files needed by the test are available. Depends on I731575ecb8f2e84a79c8ea6d5488a7914e361e9d. Original-Fixed: 99713 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/678022 Original-Revision: fbc48c805111bce3952c8f54e4c9a5e2411398b8 GitOrigin-RevId: 41ddf40393e7b8cf4bd61c757226fb05de7e241a Change-Id: Iff6ca8d840e0a399df3d7cb8b995a96b7f3dd74d
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
.