diff options
Diffstat (limited to 'src/buildtool/graph_traverser/graph_traverser.hpp')
-rw-r--r-- | src/buildtool/graph_traverser/graph_traverser.hpp | 10 |
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}; |