From cf282e574e6064d6fba504179e8544ba7d6e815b Mon Sep 17 00:00:00 2001 From: Son Luong Ngoc Date: Wed, 24 May 2023 20:36:38 +0200 Subject: [PATCH] Add buck2 to the list of clients. (#254) It's tested against different implementations of Remote APIs https://buck2.build/docs/remote_execution/. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 804c4f2c..a3725f4e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ below. These tools use the Remote Execution API to distribute builds to workers. * [Bazel](https://bazel.build) +* [Buck2](https://github.com/facebook/buck2) * [BuildStream](https://buildstream.build/) * [Goma Server](https://chromium.googlesource.com/infra/goma/server/) * [Pants](https://www.pantsbuild.org)