diff options
Diffstat (limited to 'src/buildtool/execution_api/common/api_bundle.cpp')
-rw-r--r-- | src/buildtool/execution_api/common/api_bundle.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/buildtool/execution_api/common/api_bundle.cpp b/src/buildtool/execution_api/common/api_bundle.cpp index f587a91b..15e84440 100644 --- a/src/buildtool/execution_api/common/api_bundle.cpp +++ b/src/buildtool/execution_api/common/api_bundle.cpp @@ -21,10 +21,7 @@ ApiBundle::ApiBundle(gsl::not_null<LocalContext const*> const& local_context, gsl::not_null<RemoteContext const*> const& remote_context, RepositoryConfig const* repo_config) - : auth{*remote_context->auth}, - retry_config{*remote_context->retry_config}, - remote_config{*remote_context->exec_config}, - hash_function{local_context->storage_config->hash_function}, + : hash_function{local_context->storage_config->hash_function}, local{std::make_shared<LocalApi>(local_context, repo_config)}, remote{CreateRemote(remote_context->exec_config->remote_address, remote_context->auth, |