diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-07-19 15:14:29 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-07 17:01:01 +0200 |
commit | c7cad41329bec5439196be119a2d31626be4e9fe (patch) | |
tree | 53455c7ec0c74bcce94156e801f2044a2d2c095b /src/other_tools/root_maps/fpath_git_map.hpp | |
parent | 643966865d6ff5292b59f876a78c7c67a90ddb16 (diff) | |
download | justbuild-c7cad41329bec5439196be119a2d31626be4e9fe.tar.gz |
just-mr maps: Add logic for resolving symlinks in file repositories
Diffstat (limited to 'src/other_tools/root_maps/fpath_git_map.hpp')
-rw-r--r-- | src/other_tools/root_maps/fpath_git_map.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/other_tools/root_maps/fpath_git_map.hpp b/src/other_tools/root_maps/fpath_git_map.hpp index 25721c19..39cae653 100644 --- a/src/other_tools/root_maps/fpath_git_map.hpp +++ b/src/other_tools/root_maps/fpath_git_map.hpp @@ -18,6 +18,7 @@ #include "nlohmann/json.hpp" #include "src/other_tools/just_mr/utils.hpp" #include "src/other_tools/ops_maps/import_to_git_map.hpp" +#include "src/other_tools/symlinks_map/resolve_symlinks_map.hpp" #include "src/utils/cpp/hash_combine.hpp" #include "src/utils/cpp/path_hash.hpp" @@ -39,6 +40,7 @@ using FilePathGitMap = AsyncMapConsumer<FpathInfo, nlohmann::json>; std::optional<std::string> const& current_subcmd, gsl::not_null<CriticalGitOpMap*> const& critical_git_op_map, gsl::not_null<ImportToGitMap*> const& import_to_git_map, + gsl::not_null<ResolveSymlinksMap*> const& resolve_symlinks_map, std::size_t jobs) -> FilePathGitMap; namespace std { |