diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-18 11:32:27 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-19 17:50:30 +0100 |
commit | 517ff7f2a52bc9c96a7e5fdbce3cea04390f2c37 (patch) | |
tree | b24136adcf0c600a81bb973ec7ee217f2ba19c26 /src/buildtool/execution_api/git/TARGETS | |
parent | 2f509eea104a8637fbae718b841c60eccea8ecd0 (diff) | |
download | justbuild-517ff7f2a52bc9c96a7e5fdbce3cea04390f2c37.tar.gz |
GitApi: Use BackMap to get missing digests
Diffstat (limited to 'src/buildtool/execution_api/git/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/git/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/git/TARGETS b/src/buildtool/execution_api/git/TARGETS index dc89b6c1..ed1ab042 100644 --- a/src/buildtool/execution_api/git/TARGETS +++ b/src/buildtool/execution_api/git/TARGETS @@ -20,6 +20,7 @@ , ["src/buildtool/file_system", "object_type"] , ["src/buildtool/logging", "log_level"] , ["src/buildtool/logging", "logging"] + , ["src/utils/cpp", "back_map"] , ["src/utils/cpp", "expected"] ] , "stage": ["src", "buildtool", "execution_api", "git"] |