diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-28 18:21:59 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-13 16:14:43 +0200 |
commit | 46a32bbb140eff657918978feab3ca7f7b9692bf (patch) | |
tree | f65cbba6da58a9fba088dc1e36ae4bc26c4d3350 /etc | |
parent | 795e3e8ce01611a3448a23ca634b2271dfc2e5c6 (diff) | |
download | justbuild-46a32bbb140eff657918978feab3ca7f7b9692bf.tar.gz |
just serve: Basic service implementation with commit-of-tree RPC
Initial version, to be extended later with other RPCs.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/dev/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/dev/TARGETS b/etc/dev/TARGETS index 8368f0c8..3d194b96 100644 --- a/etc/dev/TARGETS +++ b/etc/dev/TARGETS @@ -6,6 +6,7 @@ , ["@", "googleapis", "", "google_api_httpbody_proto"] , ["@", "googleapis", "", "google_api_expr_v1alpha1_checked_proto"] , ["@", "googleapis", "", "google_api_expr_v1alpha1_syntax_proto"] + , ["src/buildtool/serve_api/serve_service", "just_serve_proto"] ] } , "just-ext-hdrs": |