diff options
Diffstat (limited to 'src/other_tools/just_mr/main.cpp')
-rw-r--r-- | src/other_tools/just_mr/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp index 92f07944..871b86aa 100644 --- a/src/other_tools/just_mr/main.cpp +++ b/src/other_tools/just_mr/main.cpp @@ -205,7 +205,8 @@ void SetupLogging(MultiRepoLogArguments const& clargs) { if (args.just_mr_paths->root.has_value()) { builder.SetBuildRoot(*args.just_mr_paths->root); } - + // As just-mr does not require the TargetCache, we do not need to set any of + // the remote execution fields for the backend description. auto config = builder.Build(); if (config) { return *std::move(config); |