From 3b1095f7e3584f37c984a79ad7a2b94ebaa0700f Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Fri, 17 Nov 2023 10:22:25 +0100 Subject: Implement blob splitting protocol on just client side --- test/buildtool/execution_engine/executor/executor.test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 5442aa21..0df8bd0f 100644 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -157,7 +157,8 @@ class TestApi : public IExecutionApi { // irrelevant for testing though. return unused.empty(); // not needed by Executor } - auto RetrieveToMemory(Artifact::ObjectInfo const& /*artifact_info*/) + auto RetrieveToMemory( + Artifact::ObjectInfo const& /*artifact_info*/) noexcept -> std::optional override { return std::nullopt; // not needed by Executor } -- cgit v1.2.3