ワンクリックで
verify-module-build
// Sets up and verifies local presubmit repository builds for modules in the Bazel Central Registry (BCR). Use when reproducing presubmit builds, testing module dependencies locally.
// Sets up and verifies local presubmit repository builds for modules in the Bazel Central Registry (BCR). Use when reproducing presubmit builds, testing module dependencies locally.
| name | verify-module-build |
| description | Sets up and verifies local presubmit repository builds for modules in the Bazel Central Registry (BCR). Use when reproducing presubmit builds, testing module dependencies locally. |
This skill provides instructions for setting up and verifying module builds locally in the Bazel Central Registry (BCR).
Copy this checklist and track progress:
Prepare the local repositories for the module version:
bazel run //tools:setup_presubmit_repos -- --module {module_name}@{version}
Run the specific build or test command provided by the setup tool's output.
If local changes are not reflected during testing, clear the bazel cache:
bazel clean --expunge
Creates module directories and initializes configuration files for a new module version in the Bazel Central Registry (BCR). Use when scaffolding a new version of a module, setting up MODULE.bazel, source.json, and presubmit.yml, or updating module metadata.json files.
Validates module configuration and updates source integrity in the Bazel Central Registry (BCR). Use when running bcr_validation checks, updating integrity with update_integrity, or verifying overlay and patch consistency for module versions.