From 2ad759136ae9f39e1842ef80779dfe127a19beba Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 24 Jun 2024 17:36:49 +0200 Subject: Use constant IExecutionApi in just-mr maps --- src/other_tools/root_maps/content_git_map.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/other_tools/root_maps/content_git_map.cpp') diff --git a/src/other_tools/root_maps/content_git_map.cpp b/src/other_tools/root_maps/content_git_map.cpp index f014a227..4052b963 100644 --- a/src/other_tools/root_maps/content_git_map.cpp +++ b/src/other_tools/root_maps/content_git_map.cpp @@ -56,7 +56,7 @@ void EnsureRootAsAbsent( std::string const& tree_id, ArchiveRepoInfo const& key, std::optional const& serve, - std::optional> const& remote_api, + std::optional> const& remote_api, bool is_cache_hit, ContentGitMap::SetterPtr const& ws_setter, ContentGitMap::LoggerPtr const& logger) { @@ -176,7 +176,7 @@ void ResolveContentTree( bool is_cache_hit, bool is_absent, std::optional const& serve, - std::optional> const& remote_api, + std::optional> const& remote_api, gsl::not_null const& critical_git_op_map, gsl::not_null const& resolve_symlinks_map, gsl::not_null const& ts, @@ -365,7 +365,7 @@ void WriteIdFileAndSetWSRoot( std::filesystem::path const& archive_tree_id_file, bool is_absent, std::optional const& serve, - std::optional> const& remote_api, + std::optional> const& remote_api, gsl::not_null const& critical_git_op_map, gsl::not_null const& resolve_symlinks_map, gsl::not_null const& ts, @@ -426,7 +426,7 @@ void ExtractAndImportToGit( std::filesystem::path const& archive_tree_id_file, bool is_absent, std::optional const& serve, - std::optional> const& remote_api, + std::optional> const& remote_api, gsl::not_null const& critical_git_op_map, gsl::not_null const& import_to_git_map, gsl::not_null const& resolve_symlinks_map, @@ -510,7 +510,7 @@ auto CreateContentGitMap( gsl::not_null const& resolve_symlinks_map, gsl::not_null const& critical_git_op_map, std::optional const& serve, - std::optional> const& remote_api, + std::optional> const& remote_api, bool fetch_absent, std::size_t jobs) -> ContentGitMap { auto gitify_content = [content_cas_map, -- cgit v1.2.3