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. |
Answered by
meteorcloudy
Mar 25, 2024
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. |
2 replies
Answer selected by
c8ef
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.