From bbcc5977f49646941ac35060bb74a27eda5fbd76 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 23 Jun 2025 14:56:04 +0200 Subject: ExecutionAPI: Support output_paths in requests ... and prepare local execution for clients using only RBEv2.1 (setting only output_paths). --- test/buildtool/execution_engine/executor/executor.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/buildtool/execution_engine/executor/executor.test.cpp') diff --git a/test/buildtool/execution_engine/executor/executor.test.cpp b/test/buildtool/execution_engine/executor/executor.test.cpp index 0db5501a..8d37f9aa 100644 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -205,8 +205,8 @@ class TestApi : public IExecutionApi { std::vector const& /*unused*/, std::vector const& /*unused*/, std::map const& /*unused*/, - std::map const& /*unused*/) const noexcept - -> IExecutionAction::Ptr final { + std::map const& /*unused*/, + bool /*unused*/) const noexcept -> IExecutionAction::Ptr final { return std::make_unique(config_); } [[nodiscard]] auto RetrieveToPaths( -- cgit v1.2.3