diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-01-30 16:07:49 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-01-31 10:20:01 +0100 |
commit | 8a4a900f93a704f18d5489b682508840a8cda179 (patch) | |
tree | 08dbac7941e596c8ab5a3eae2808fc8c4bee8d25 /src/other_tools/just_mr/main.cpp | |
parent | e2168c51eb9d29542b32aaf7bca24595d0745749 (diff) | |
download | justbuild-8a4a900f93a704f18d5489b682508840a8cda179.tar.gz |
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".
Diffstat (limited to 'src/other_tools/just_mr/main.cpp')
-rw-r--r-- | src/other_tools/just_mr/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |