From a0db78bd86a21fa072e28fa6dfd0fc53fd72a652 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 19 Feb 2025 15:46:16 +0100 Subject: rc merging: invocation log is merged locally --- src/other_tools/just_mr/rc_merge.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/other_tools/just_mr/rc_merge.cpp b/src/other_tools/just_mr/rc_merge.cpp index dfd90b54..173b8a9e 100644 --- a/src/other_tools/just_mr/rc_merge.cpp +++ b/src/other_tools/just_mr/rc_merge.cpp @@ -25,7 +25,8 @@ namespace { auto const kAccumulating = std::vector{"distdirs"}; -auto const kLocalMerge = std::vector{"just args", "just files"}; +auto const kLocalMerge = + std::vector{"just args", "just files", "invocation log"}; } // namespace -- cgit v1.2.3