bazel-remote

Remote cache server for Bazel build system

brewmacoslinux
Try with needOr install directly
Source

About

Remote cache for Bazel

Commands

bazel-remote

Examples

Start bazel-remote server on default port 7092$ bazel-remote
Start bazel-remote with custom port and cache directory$ bazel-remote --port 9092 --dir /path/to/cache
Start bazel-remote with max cache size limit$ bazel-remote --max_blob_size 1000000000 --max_blob_size_bytes 1000000000