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/fpath_git_map.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/root_maps/fpath_git_map.hpp') diff --git a/src/other_tools/root_maps/fpath_git_map.hpp b/src/other_tools/root_maps/fpath_git_map.hpp index fbe20a13..a84ec947 100644 --- a/src/other_tools/root_maps/fpath_git_map.hpp +++ b/src/other_tools/root_maps/fpath_git_map.hpp @@ -55,7 +55,7 @@ using FilePathGitMap = AsyncMapConsumer; gsl::not_null const& import_to_git_map, gsl::not_null const& resolve_symlinks_map, std::optional const& serve, - std::optional> const& remote_api, + std::optional> const& remote_api, std::size_t jobs, std::string multi_repo_tool_name, std::string build_tool_name) -> FilePathGitMap; -- cgit v1.2.3