Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Announce Buildbarn as supporting REv2.0 to REv2.3.
All of the features that have been added since that are dependent on a given version number have been implemented: - REv2.1: Command.output_paths instead of output_{files,directories}. - REv2.2: Platform properties in the Action message. - REv2.3: Resolving argv[0] relative to the working directory. - REv2.3: Virtual execution duration. Newer versions of Bazel now also support output_paths, but they will only start to use it if the remote execution service announces the right version number. This means we'd better get this correct going forward. Details: bazelbuild/remote-apis#253
- Loading branch information