From daca274041e31636f08927b0cebc56fd33c7bbdf Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 7 Jul 2022 17:28:29 +0200 Subject: LocalExecution: Use Git tree format - LocalStorage Add tree CAS and support reading Git trees - LocalAction: Create Git tree for output directory - LocalApi: Support availability and upload of Git trees - LocalStorage: Support dumping tree to stream in native mode --- src/buildtool/execution_api/local/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/execution_api/local/TARGETS') diff --git a/src/buildtool/execution_api/local/TARGETS b/src/buildtool/execution_api/local/TARGETS index e395f7d2..4af36d70 100644 --- a/src/buildtool/execution_api/local/TARGETS +++ b/src/buildtool/execution_api/local/TARGETS @@ -29,6 +29,7 @@ , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"] , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/file_system", "object_type"] + , ["src/buildtool/compatibility", "compatibility"] , ["src/buildtool/system", "system_command"] , ["src/buildtool/logging", "logging"] ] -- cgit v1.2.3