diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-24 17:36:49 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-25 13:59:48 +0200 |
commit | 2ad759136ae9f39e1842ef80779dfe127a19beba (patch) | |
tree | 4ad0382f2c4c57951b71aeb7164522b58e5330f9 /src/other_tools/root_maps/commit_git_map.hpp | |
parent | e5ca9113797a23824dd4545d93221bd6379dd692 (diff) | |
download | justbuild-2ad759136ae9f39e1842ef80779dfe127a19beba.tar.gz |
Use constant IExecutionApi in just-mr maps
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.hpp')
-rw-r--r-- | src/other_tools/root_maps/commit_git_map.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.hpp b/src/other_tools/root_maps/commit_git_map.hpp index 4cdc7fd9..d9f1a941 100644 --- a/src/other_tools/root_maps/commit_git_map.hpp +++ b/src/other_tools/root_maps/commit_git_map.hpp @@ -82,8 +82,8 @@ using CommitGitMap = std::string const& git_bin, std::vector<std::string> const& launcher, std::optional<ServeApi> const& serve, - gsl::not_null<IExecutionApi*> const& local_api, - std::optional<gsl::not_null<IExecutionApi*>> const& remote_api, + gsl::not_null<IExecutionApi const*> const& local_api, + std::optional<gsl::not_null<IExecutionApi const*>> const& remote_api, bool fetch_absent, std::size_t jobs) -> CommitGitMap; |