diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-20 15:39:58 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-25 13:59:48 +0200 |
commit | 702c9f4af93d66d97f01fcb496b3f699e3a83f6a (patch) | |
tree | 274ce9d9c38b879ca37aa8191931906b3e588746 /src/other_tools/ops_maps | |
parent | c2817da6d108acc38f17bf29900aa66d71337b34 (diff) | |
download | justbuild-702c9f4af93d66d97f01fcb496b3f699e3a83f6a.tar.gz |
Remove CreateExecutionApi
Diffstat (limited to 'src/other_tools/ops_maps')
-rw-r--r-- | src/other_tools/ops_maps/TARGETS | 1 | ||||
-rw-r--r-- | src/other_tools/ops_maps/git_tree_fetch_map.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/other_tools/ops_maps/TARGETS b/src/other_tools/ops_maps/TARGETS index 5bfd9093..205e7b83 100644 --- a/src/other_tools/ops_maps/TARGETS +++ b/src/other_tools/ops_maps/TARGETS @@ -128,6 +128,7 @@ , ["src/other_tools/just_mr/progress_reporting", "statistics"] , ["src/other_tools/ops_maps", "content_cas_map"] , ["src/other_tools/ops_maps", "import_to_git_map"] + , ["src/buildtool/execution_api/git", "git"] , ["@", "fmt", "", "fmt"] ] } diff --git a/src/other_tools/ops_maps/git_tree_fetch_map.cpp b/src/other_tools/ops_maps/git_tree_fetch_map.cpp index b99c7814..0a0c7eb9 100644 --- a/src/other_tools/ops_maps/git_tree_fetch_map.cpp +++ b/src/other_tools/ops_maps/git_tree_fetch_map.cpp @@ -22,6 +22,7 @@ #include "src/buildtool/common/repository_config.hpp" #include "src/buildtool/compatibility/compatibility.hpp" #include "src/buildtool/execution_api/common/execution_common.hpp" +#include "src/buildtool/execution_api/git/git_api.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/multithreading/task_system.hpp" #include "src/buildtool/storage/config.hpp" |