[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
1 file changed
tree: aac693cc9aaeea60530fe8b67b88617003ccb56f
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.