Clone this repo:

Branches

  1. e69a108 [auth] Move auth to separate package by David Fang · 17 hours ago main
  2. cd5944b [server] Add minimal Server unit-tests by David Fang · 17 hours ago
  3. c6145da [cleanup] un-rename glog imports by David Fang · 19 hours ago
  4. 65ce71f [build] Re-enable cgo by David Fang · 29 hours ago
  5. 7321426 [client] Add basic client unit-tests by David Fang · 2 days ago

ResultStore Client Tools

The rsclient repository contains tools that support the use of ResultStore services and API.

rsproxy acts as a bridge between build tools and the ResultStore service.

The first supported build tool is Fuchsia's fork of ninja.

Developing from source

Prerequisites

  • rsclient builds with Bazel. We recommend using Bazelisk to use the version of Bazel currently supported by this code base.

rsclient is supported for Linux, and is yet untested on other platforms.

Setup

Before working with the code base, we recommend installing the precommit hook once per git clone with:

./scripts/install_precommit.sh

This runs a variety of checks and automatic regeneration steps for you before committing local changes.

Building

To build everything:

$ bazelisk build ...

Testing

To run tests:

$ bazelisk test ...

Install

Versioning

Not yet applicable.

Releases

Not yet applicable.