diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-05 12:04:58 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-05 12:04:58 +0200 |
commit | 9ef8cad121348b9bfeb94350802c59abe9704f58 (patch) | |
tree | fdf3528135d9295328df8a7e2290e8b3f7332f4f /src/buildtool/execution_engine/tree_operations/TARGETS | |
parent | 5d1e72ca41228e28be75a000045606324bd4ba2f (diff) | |
download | justbuild-9ef8cad121348b9bfeb94350802c59abe9704f58.tar.gz |
TreeOperationsUtils: apply AsyncMap to compute tree overlay
Diffstat (limited to 'src/buildtool/execution_engine/tree_operations/TARGETS')
-rw-r--r-- | src/buildtool/execution_engine/tree_operations/TARGETS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buildtool/execution_engine/tree_operations/TARGETS b/src/buildtool/execution_engine/tree_operations/TARGETS index 0dd9e602..72b9eb23 100644 --- a/src/buildtool/execution_engine/tree_operations/TARGETS +++ b/src/buildtool/execution_engine/tree_operations/TARGETS @@ -7,11 +7,12 @@ [ ["src/buildtool/common", "common"] , ["src/buildtool/crypto", "hash_function"] , ["src/buildtool/execution_api/common", "common"] + , ["src/buildtool/multithreading", "async_map_consumer"] , ["src/utils/cpp", "expected"] + , ["src/utils/cpp", "hash_combine"] ] , "private-deps": [ ["@", "fmt", "", "fmt"] - , ["@", "gsl", "", "gsl"] , ["@", "json", "", "json"] , ["@", "protoc", "", "libprotobuf"] , ["src/buildtool/common", "artifact_blob"] @@ -21,6 +22,7 @@ , ["src/buildtool/file_system", "object_type"] , ["src/buildtool/logging", "log_level"] , ["src/buildtool/logging", "logging"] + , ["src/buildtool/multithreading", "task_system"] , ["src/utils/cpp", "hex_string"] ] , "stage": ["src", "buildtool", "execution_engine", "tree_operations"] |