From c1b96e933e23a8cc34dd323243c8f62f70b744df Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 3 Apr 2023 15:50:16 +0200 Subject: Add a git based read-only API From a git CAS crate an execution API unable to execute actions or to store anything. This implementaiton of the common interface is still useful as the execution API is the interface used for tranfering artifacts. --- src/buildtool/execution_api/git/TARGETS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/buildtool/execution_api/git/TARGETS (limited to 'src/buildtool/execution_api/git/TARGETS') diff --git a/src/buildtool/execution_api/git/TARGETS b/src/buildtool/execution_api/git/TARGETS new file mode 100644 index 00000000..ca0f09bc --- /dev/null +++ b/src/buildtool/execution_api/git/TARGETS @@ -0,0 +1,14 @@ +{ "git": + { "type": ["@", "rules", "CC", "library"] + , "name": ["git"] + , "hdrs": ["git_api.hpp"] + , "deps": + [ ["@", "gsl-lite", "", "gsl-lite"] + , ["src/buildtool/common", "config"] + , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"] + , ["src/buildtool/execution_api/common", "common"] + , ["src/buildtool/logging", "logging"] + ] + , "stage": ["src", "buildtool", "execution_api", "git"] + } +} -- cgit v1.2.3