From f261f123c3b300c34e756b800e1e67f23e5890f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Fri, 11 Apr 2025 15:23:39 +0200 Subject: [PATCH] platform.md: Define RemoteApisSocketPath for nested remote execution --- build/bazel/remote/execution/v2/platform.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build/bazel/remote/execution/v2/platform.md b/build/bazel/remote/execution/v2/platform.md index 56a11af9..84635c75 100644 --- a/build/bazel/remote/execution/v2/platform.md +++ b/build/bazel/remote/execution/v2/platform.md @@ -124,3 +124,12 @@ The following standard property `name`s are defined: ] } ``` + +* `RemoteApisSocketPath`: This requests Remote APIs to be made available in + the execution environment via a UNIX socket at the specified path. The + path is relative to the input root. + + The APIs and capabilities offered is implementation-specific and servers + MAY impose additional restrictions and/or resource limits on nested remote + execution clients. The Capabilities API may be used by remote commands to + query server properties.