tree: f5393ccf849f118de938a698f8b93f9dcefc0eb6 [path history] [tgz]
  1. manifests/
  2. scripts/
  3. src/
  4. third_party/
  5. tools/
  6. .bazelrc
  7. BUILD.bazel
  8. MODULE.bazel
  9. MODULE.bazel.lock
  10. README.md
  11. WORKSPACE.bzlmod
examples/README.md

The @fuchsia_infra_examples module

This is a Bazel module exercising the API surface of @fuchsia_infra.

The @fuchsia_infra_examples//:infra target is continuously validated by the infra-bazel-rules builder in CQ and CI.

Keeping this as a separate module (rather than in the same module as @fuchsia_infra) helps better emulate the project structure of customers of @fuchsia_infra (especially around workspace setup), which is idiomatic for production-grade BCR modules. It also simplifies dependency management for dependencies that are used exclusively for testing (eg: @fuchsia_sdk).