From 038735e3f4ceb31dee098d3aef004f0a135c61b6 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Fri, 6 Dec 2024 14:46:49 +0100 Subject: Move garbage_collector to a separate library --- src/other_tools/just_mr/TARGETS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/other_tools/just_mr') diff --git a/src/other_tools/just_mr/TARGETS b/src/other_tools/just_mr/TARGETS index a90aef8d..b8792067 100644 --- a/src/other_tools/just_mr/TARGETS +++ b/src/other_tools/just_mr/TARGETS @@ -27,6 +27,7 @@ , ["src/buildtool/logging", "logging"] , ["src/buildtool/main", "version"] , ["src/buildtool/storage", "config"] + , ["src/buildtool/storage", "garbage_collector"] , ["src/buildtool/storage", "repository_garbage_collector"] , ["src/buildtool/storage", "storage"] , ["src/utils/cpp", "expected"] @@ -150,6 +151,7 @@ , ["src/buildtool/multithreading", "task_system"] , ["src/buildtool/progress_reporting", "base_progress_reporter"] , ["src/buildtool/serve_api/remote", "serve_api"] + , ["src/buildtool/storage", "garbage_collector"] , ["src/other_tools/just_mr/progress_reporting", "progress"] , ["src/other_tools/just_mr/progress_reporting", "progress_reporter"] , ["src/other_tools/just_mr/progress_reporting", "statistics"] @@ -235,6 +237,7 @@ , ["src/buildtool/progress_reporting", "base_progress_reporter"] , ["src/buildtool/serve_api/remote", "serve_api"] , ["src/buildtool/storage", "fs_utils"] + , ["src/buildtool/storage", "garbage_collector"] , ["src/other_tools/just_mr/progress_reporting", "progress"] , ["src/other_tools/just_mr/progress_reporting", "progress_reporter"] , ["src/other_tools/just_mr/progress_reporting", "statistics"] @@ -277,6 +280,7 @@ , ["src/buildtool/common", "user_structs"] , ["src/buildtool/logging", "log_level"] , ["src/buildtool/logging", "logging"] + , ["src/buildtool/storage", "garbage_collector"] , ["src/buildtool/storage", "repository_garbage_collector"] , ["src/utils/cpp", "file_locking"] ] -- cgit v1.2.3