diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-11 08:52:48 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-11 16:32:15 +0100 |
commit | 11279f7e7a808d5440ebfeaa734b892d202094e0 (patch) | |
tree | 1b1a61165423a40953835f51df6dbdb9aec29af2 /src/other_tools/just_mr/fetch.cpp | |
parent | ecf06437292740589533d87d527efd1020d4fca7 (diff) | |
download | justbuild-11279f7e7a808d5440ebfeaa734b892d202094e0.tar.gz |
checkout locations: support extra environment variables to inherit
Diffstat (limited to 'src/other_tools/just_mr/fetch.cpp')
-rw-r--r-- | src/other_tools/just_mr/fetch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index 415fca55..8ac53212 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -523,6 +523,7 @@ auto MultiRepoFetch(std::shared_ptr<Configuration> const& config, &import_to_git_map, common_args.git_path->string(), *common_args.local_launcher, + common_args.alternative_mirrors, serve ? &*serve : nullptr, &native_storage_config, compat_storage_config != nullptr ? &*compat_storage_config : nullptr, |