From 84c4ae51a3f4aa60f08c576d955e200909798d7c Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 17 Nov 2022 10:21:26 +0100 Subject: Just-MR: Add logic for critical git ops --- src/other_tools/git_operations/TARGETS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/other_tools/git_operations/TARGETS') diff --git a/src/other_tools/git_operations/TARGETS b/src/other_tools/git_operations/TARGETS index c016d1dd..ac41c117 100644 --- a/src/other_tools/git_operations/TARGETS +++ b/src/other_tools/git_operations/TARGETS @@ -6,4 +6,18 @@ [["src/buildtool/file_system", "git_cas"], ["src/utils/cpp", "path"]] , "stage": ["src", "other_tools", "git_operations"] } +, "git_operations": + { "type": ["@", "rules", "CC", "library"] + , "name": ["git_operations"] + , "hdrs": ["git_operations.hpp"] + , "srcs": ["git_operations.cpp"] + , "deps": + [["src/buildtool/multithreading", "async_map_consumer"], "git_ops_types"] + , "stage": ["src", "other_tools", "git_operations"] + , "private-deps": + [ ["src/buildtool/file_system", "file_system_manager"] + , ["src/buildtool/file_system", "git_repo"] + , ["src/buildtool/logging", "logging"] + ] + } } -- cgit v1.2.3