- Notifications
You must be signed in to change notification settings - Fork581
The central registry of Bazel modules for the Bzlmod external dependency system.
License
bazelbuild/bazel-central-registry
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The Bazel Central Registry (BCR) is the default registry for Bazel's external dependency system ("Bzlmod"). This is the GitHub repository backing the contents of the BCR, hosted athttps://bcr.bazel.build/. For the website that allows you to search modules and see their versions conveniently, visithttps://registry.bazel.build/.
Besides hosting metadata about Bazel-specific libraries (commonly known as "rulesets"), the BCR is also a central host for projects that don't have upstream support for Bazel (most commonly, C/C++ projects).
The BCR is just like a regularBazel registry, with some extra metadata fields and policy restrictions. You can contribute to the BCR by sending pull requests; seeBCR policies andcontribution guidelines for more information.
The core infrastructure of the Bazel Central Registry depends on GitHub and Google Cloud. Bazel users who enable Bzlmod (the default since Bazel 8) depend on the BCR by default. While we try to keep the BCR infrastructure simple and reliable, we assume no liability for any damages caused by build failures due to potential BCR infrastructure failures.
If you consider it necessary, you can do the following to avoid depending on the BCR infrastructure while still making use of the information checked into the BCR.
- Clone the BCR repository or mirror the content to your own infrastructure and use the--registry option to change the default Bazel registry to your own.
--registryis a flag that can be specified multiple times.- If no
--registryflag is specified, the BCR is the only registry Bazel consults. - Ifany
--registryflag is specified, Bazel will consult the specified registries in order, but will not consult the BCR unless the BCR is explicitly specified as a registry. In other words, to use your own registry layered on top of the BCR, use--registry=https://my.own.registry.com/ --registry=https://bcr.bazel.build/.
- Host your own mirror for all source archive URLs and add the mirror URL in
./bazel_registry.json.You can runbazel run //tools:print_all_src_urlsto get the list of source URLs to mirror for all Bazel modules checked into the BCR.For example,https://foo.com/bar.zipshould be mirrored tohttps://<your mirror>/foo.com/bar.zip.
About
The central registry of Bazel modules for the Bzlmod external dependency system.
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.