about summary refs log tree commit diff
path: root/tvix/store/build.rs
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2022-10-30T11·57+0100
committerflokli <flokli@flokli.de>2022-12-22T14·35+0000
commit2e04f68df8c69034151cce5b56ceedb0653687cd (patch)
tree6048fc51e54da538583ed44655e6298b6b4eb21e /tvix/store/build.rs
parent870cd533dd98e708f9870a8c85577681697db372 (diff)
feat(tvix/proto): add rpc_directory.proto r/5471
This provides an interface to retrieve and upload single Directory
messages, or a DAG of them.

Change-Id: Id9e7084bd697d843649a122da2c992a3e36d808c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7137
Tested-by: BuildkiteCI
Reviewed-by: Adam Joseph <adam@westernsemico.com>
Diffstat (limited to 'tvix/store/build.rs')
-rw-r--r--tvix/store/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/store/build.rs b/tvix/store/build.rs
index 35fbe5a677..4d3dc513f6 100644
--- a/tvix/store/build.rs
+++ b/tvix/store/build.rs
@@ -6,6 +6,7 @@ fn main() -> Result<()> {
             "tvix/store/protos/castore.proto",
             "tvix/store/protos/pathinfo.proto",
             "tvix/store/protos/rpc_blobstore.proto",
+            "tvix/store/protos/rpc_directory.proto",
             "tvix/store/protos/rpc_pathinfo.proto",
         ],
         // If we are in running `cargo build` manually, using `../..` works fine,