From 0ce050714843dec41f2dc097a2236ab00f85ccce Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 4 Apr 2025 10:05:54 +0200 Subject: executor: also handle tree-overlay actions --- src/buildtool/execution_engine/executor/TARGETS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/buildtool/execution_engine/executor/TARGETS') diff --git a/src/buildtool/execution_engine/executor/TARGETS b/src/buildtool/execution_engine/executor/TARGETS index 2ac64635..d063439e 100644 --- a/src/buildtool/execution_engine/executor/TARGETS +++ b/src/buildtool/execution_engine/executor/TARGETS @@ -25,6 +25,9 @@ , ["src/buildtool/execution_api/remote", "config"] , ["src/buildtool/execution_api/remote", "context"] , ["src/buildtool/execution_engine/dag", "dag"] + , [ "src/buildtool/execution_engine/tree_operations" + , "tree_operations_utils" + ] , ["src/buildtool/file_system", "file_root"] , ["src/buildtool/file_system", "git_tree"] , ["src/buildtool/file_system", "object_type"] -- cgit v1.2.3