From 4e2e6585441cc69b2c2ebc29b9ca95e1804b5053 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 16 Jul 2024 17:42:40 +0200 Subject: Pass RetryConfig instance to BazelApi --- src/buildtool/execution_engine/executor/executor.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/buildtool/execution_engine/executor/executor.hpp') diff --git a/src/buildtool/execution_engine/executor/executor.hpp b/src/buildtool/execution_engine/executor/executor.hpp index e04a2948..77b6800f 100644 --- a/src/buildtool/execution_engine/executor/executor.hpp +++ b/src/buildtool/execution_engine/executor/executor.hpp @@ -31,6 +31,7 @@ #include "src/buildtool/auth/authentication.hpp" #include "src/buildtool/common/artifact_digest.hpp" #include "src/buildtool/common/remote/remote_common.hpp" +#include "src/buildtool/common/remote/retry_config.hpp" #include "src/buildtool/common/repository_config.hpp" #include "src/buildtool/common/statistics.hpp" #include "src/buildtool/common/tree.hpp" @@ -686,6 +687,7 @@ class ExecutorImpl { endpoint.host, endpoint.port, auth, + &RetryConfig::Instance(), config); } } -- cgit v1.2.3