summaryrefslogtreecommitdiff
path: root/src/buildtool/graph_traverser/graph_traverser.hpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-07-26 10:56:00 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-07-30 12:10:06 +0200
commit138c171f3d3c24642074329a303932f46e9f19d1 (patch)
tree77c90e23a015b52410c1fc1d058ba51d84b9b824 /src/buildtool/graph_traverser/graph_traverser.hpp
parent09fb60908a7f00a7c858a45ced77633bac33bd29 (diff)
downloadjustbuild-138c171f3d3c24642074329a303932f46e9f19d1.tar.gz
Pass RemoteContext to Executor/Rebuilder
Diffstat (limited to 'src/buildtool/graph_traverser/graph_traverser.hpp')
-rw-r--r--src/buildtool/graph_traverser/graph_traverser.hpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/buildtool/graph_traverser/graph_traverser.hpp b/src/buildtool/graph_traverser/graph_traverser.hpp
index ccef2ace..a63f7d8c 100644
--- a/src/buildtool/graph_traverser/graph_traverser.hpp
+++ b/src/buildtool/graph_traverser/graph_traverser.hpp
@@ -357,11 +357,8 @@ class GraphTraverser {
Executor executor{repo_config_,
&*apis_.local,
&*apis_.remote,
- remote_context_.exec_config->platform_properties,
- remote_context_.exec_config->dispatch,
+ &remote_context_,
apis_.hash_function,
- remote_context_.auth,
- remote_context_.retry_config,
stats_,
progress_,
logger_,
@@ -395,11 +392,8 @@ class GraphTraverser {
&*apis_.local,
&*apis_.remote,
&*api_cached,
- remote_context_.exec_config->platform_properties,
- remote_context_.exec_config->dispatch,
+ &remote_context_,
apis_.hash_function,
- remote_context_.auth,
- remote_context_.retry_config,
stats_,
progress_,
clargs_.build.timeout};