From 8a4a900f93a704f18d5489b682508840a8cda179 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 30 Jan 2024 16:07:49 +0100 Subject: just-mrrc: support remote-execution properties While just-mr does not use remote-execution properties, it is still useful to have those as a separate entry in the rc file. With rc-file delegation, this gives committed rc files an easy way to specify the image to be used without having to set all the remaining arguments for the various just subcommands in "just args". --- src/other_tools/just_mr/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/just_mr/main.cpp') diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp index e42f5eca..2d1c7328 100644 --- a/src/other_tools/just_mr/main.cpp +++ b/src/other_tools/just_mr/main.cpp @@ -333,6 +333,7 @@ auto main(int argc, char* argv[]) -> int { arguments.just_cmd, arguments.log, arguments.auth, + arguments.launch_fwd, forward_build_root, my_name); } -- cgit v1.2.3