commit | 47789036085343a7baa2db17553abcb1d82d7904 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Jan 11 21:58:21 2024 +0000 |
committer | Yifan Hong <elsk@google.com> | Fri Jan 12 02:04:32 2024 +0000 |
tree | b46384d091464bdf02b9188362aedfd6fe1a1ea7 | |
parent | a26099e5ffa366811cb82240881f5bdb7648d1ca [diff] |
Add metadata files for bazel-central-registry. Third-Party Import of: https://github.com/bazelbuild/bazel-central-registry Request Document: go/android3p For CL Reviewers: go/android3p#cl-review For Build Team: go/ab-third-party-imports Bug: http://b/316187615 Change-Id: I02e8391384a23240d355a6f9bc6c8491d5c54a90
The default Bazel registry for the Bzlmod external dependency system of Bazel. It is the recommended place to find and publish your favorite Bazel projects. Visit https://registry.bazel.build to check what modules are already available!
To contribute, check our BCR policies and contribution guidelines.
The core infrastructure of the Bazel Central Registry depends on GitHub and Google Cloud. Bazel users who enable Bzlmod 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.
./bazel_registry.json
. You can run bazel run //tools:print_all_src_urls
to get the list of source URLs to mirror for all Bazel modules checked into the BCR. For example, https://foo.com/bar.zip
should be mirrored to https://<your mirror>/foo.com/bar.zip
.