From 702c9f4af93d66d97f01fcb496b3f699e3a83f6a Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 20 Jun 2024 15:39:58 +0200 Subject: Remove CreateExecutionApi --- src/other_tools/ops_maps/TARGETS | 1 + src/other_tools/ops_maps/git_tree_fetch_map.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/other_tools/ops_maps') 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" -- cgit v1.2.3