feat(3p/nix): Implement FindRoots, CollectGarbage
Implement the RPC client and server handlers for the FindRoots and CollectGarbage RPC calls Change-Id: Ifa5d582c6a33bd1e7661ac2fc860505ef404dad0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1656 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com>
This commit is contained in:
parent
f9df9b4733
commit
ea488b5705
5 changed files with 117 additions and 3 deletions
2
third_party/nix/src/proto/worker.proto
vendored
2
third_party/nix/src/proto/worker.proto
vendored
|
|
@ -203,7 +203,7 @@ message BuildPathsRequest {
|
|||
}
|
||||
|
||||
message FindRootsResponse {
|
||||
map<string, string> roots = 1;
|
||||
map<string, StorePaths> roots = 1;
|
||||
}
|
||||
|
||||
message SetOptionsRequest {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue