diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-24 12:43:46 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-25 18:11:23 +0200 |
commit | 833974c986eb46f88c87b3a95b4b840a333b24da (patch) | |
tree | d32ad1bbc8084331cbd3903aad91b4b4692dc87a /src/other_tools/just_mr/launch.cpp | |
parent | d44e1c10d642991b874a952c5d4fb7710d14d78b (diff) | |
download | justbuild-833974c986eb46f88c87b3a95b4b840a333b24da.tar.gz |
just-mr: Interrogate remote CAS before defaulting to network fetch...
...for archives not already in local CAS.
Diffstat (limited to 'src/other_tools/just_mr/launch.cpp')
-rw-r--r-- | src/other_tools/just_mr/launch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/launch.cpp b/src/other_tools/just_mr/launch.cpp index bc70bb7f..c843d3c1 100644 --- a/src/other_tools/just_mr/launch.cpp +++ b/src/other_tools/just_mr/launch.cpp @@ -67,6 +67,7 @@ auto CallJust(std::optional<std::filesystem::path> const& config_file, common_args, setup_args, just_cmd_args, + auth_args, /*interactive=*/false); if (not mr_config_path) { Logger::Log(LogLevel::Error, |