Skip to content

secretflow/bazel-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bazel Registry for SecretFlow Stack

Usage

To use the SecretFlow Bazel Registry, add the following to your .bazelrc file.

common --registry=https://raw.githubusercontent.com/secretflow/bazel-registry/main

Tools Usage

Update module integrity

# update integrity of module `module_name`
$ bazel run //tools:update_integrity -- <module_name>