From 57b7ec186b740b94df030e2f064c28148dd30749 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 8 Jul 2024 15:24:57 +0200 Subject: Pass RemoteExecutionConfig instance to ApiBundle ...and store it as a const ref for subsequent use wherever the apis are already passed. --- src/other_tools/just_mr/fetch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/just_mr/fetch.cpp') diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index 44b9bdb1..e2b7f542 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -419,7 +419,7 @@ auto MultiRepoFetch(std::shared_ptr const& config, &*local_exec_config, /*repo_config=*/nullptr, &*auth_config, - RemoteExecutionConfig::RemoteAddress()}; + &RemoteExecutionConfig::Instance()}; bool const has_remote_api = apis.local != apis.remote and not common_args.compatible; -- cgit v1.2.3