Clone this repo:
  1. dfae991 update BCR presubmit to match flags in .bazelrc (#17) by Xùdōng Yáng · 33 hours ago upstream/main v0.0.8
  2. 81972ae Copy over upstream changes to WorkRequestHandlerTest (#16) by Xùdōng Yáng · 33 hours ago
  3. ff5cb90 Make sure bazel_worker_java always depends on a synced version of bazel_worker_api (#15) by Xùdōng Yáng · 2 days ago v0.0.7
  4. 685d822 bazel HEAD compatibility fixes (#12) by Ted · 2 days ago
  5. 9f32a29 fix bazel_worker_java dep on bazel_worker_api by Xudong Yang · 5 months ago v0.0.6

Bazel Persistent Worker API

This repository contains the code for Bazel's Persistent Worker API.

There are two Bazel modules in this repository:

  • proto: contains the bare protocol buffers for the worker API.
  • java: contains a simple Java wrapper library.