From 56b367d4104b2476d9aa2027c8a28d0dc5ba4f2d Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 24 Oct 2024 11:25:08 +0200 Subject: serve service: Use digest when requesting serve to set up a tree ...instead of passing just the Git hash, which imposes the remote to always be native. The serve service proto file is updated accordingly. --- src/buildtool/serve_api/serve_service/source_tree.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/buildtool/serve_api/serve_service/source_tree.hpp') diff --git a/src/buildtool/serve_api/serve_service/source_tree.hpp b/src/buildtool/serve_api/serve_service/source_tree.hpp index 7a63bcf9..e46f21bf 100644 --- a/src/buildtool/serve_api/serve_service/source_tree.hpp +++ b/src/buildtool/serve_api/serve_service/source_tree.hpp @@ -122,9 +122,9 @@ class SourceTreeService final const ::justbuild::just_serve::CheckRootTreeRequest* request, CheckRootTreeResponse* response) -> ::grpc::Status override; - // Retrieve a given Git-tree from the CAS of the associated - // remote-execution endpoint and make it available in a location where this - // serve instance can build against. + // Retrieve a given tree from the CAS of the associated remote-execution + // endpoint and make it available in a location where this serve instance + // can build against. // // There are no method-specific errors. auto GetRemoteTree( -- cgit v1.2.3