diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-07-19 16:23:23 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-07 17:01:01 +0200 |
commit | d95d2f9f79da0843593d68ad6d02abe520dcfbad (patch) | |
tree | 20cf0f322b7f7c967a07e38703f16720b641af7d /src/other_tools/just_mr/main.cpp | |
parent | c7cad41329bec5439196be119a2d31626be4e9fe (diff) | |
download | justbuild-d95d2f9f79da0843593d68ad6d02abe520dcfbad.tar.gz |
just-mr maps: Add logic for resolving symlinks in archive repositories
Diffstat (limited to 'src/other_tools/just_mr/main.cpp')
-rw-r--r-- | src/other_tools/just_mr/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp index 3c8e5d57..b4a7b554 100644 --- a/src/other_tools/just_mr/main.cpp +++ b/src/other_tools/just_mr/main.cpp @@ -1155,6 +1155,7 @@ void DefaultReachableRepositories( arguments.common.jobs); auto content_git_map = CreateContentGitMap(&content_cas_map, &import_to_git_map, + &resolve_symlinks_map, &critical_git_op_map, arguments.common.jobs); auto fpath_git_map = CreateFilePathGitMap(arguments.just_cmd.subcmd_name, |