Locally verify the build of package #1681
-
Hello, I'm new to the Bazel Central Registry, and I'm curious if there's a way for me to locally verify the package build before submitting a pull request. I've already checked the documentation, but I could only find information about format validation checks, not the actual build process. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The presubmit build & test processes are built based on Bazel CI infrastructure on BuildKite. Unfortunately, there is no easy way to make it run locally. But you can find the setup process here. There was some effort to make bazelci.py run locally, see bazelbuild/continuous-integration#1760, but I don't think it works out of the box for BCR presubmits. |
Beta Was this translation helpful? Give feedback.
The presubmit build & test processes are built based on Bazel CI infrastructure on BuildKite. Unfortunately, there is no easy way to make it run locally. But you can find the setup process here. There was some effort to make bazelci.py run locally, see bazelbuild/continuous-integration#1760, but I don't think it works out of the box for BCR presubmits.