Skip to content

ezhuk/bazel-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bazel Registry

test

A custom registry that provides Bazel module metadata and overlay build files for selected dependencies that are missing from or slow to update in the Bazel Central Registry.

Usage

Add the registry to your .bazelrc:

common --registry=https://ezhuk.github.io/bazel-registry/
common --registry=https://bcr.bazel.build/

Or pass the registries as command-line arguments:

bazel build //... \
  --registry=https://ezhuk.github.io/bazel-registry/ \
  --registry=https://bcr.bazel.build/

License

The registry metadata, patches and overlay build files are licensed under the MIT License.

About

A custom Bazel module registry.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors