diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-11-17 10:21:26 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-21 14:42:19 +0100 |
commit | 84c4ae51a3f4aa60f08c576d955e200909798d7c (patch) | |
tree | c180df2e5c2bdd2559486d3a1a9b3261eb1d60bc /src/other_tools/git_operations/TARGETS | |
parent | 341a001d336025ea769c9d397a1fd82f753136ea (diff) | |
download | justbuild-84c4ae51a3f4aa60f08c576d955e200909798d7c.tar.gz |
Just-MR: Add logic for critical git ops
Diffstat (limited to 'src/other_tools/git_operations/TARGETS')
-rw-r--r-- | src/other_tools/git_operations/TARGETS | 14 |
1 files changed, 14 insertions, 0 deletions
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"] + ] + } } |