summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/serve/mr_local_api.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/serve/mr_local_api.hpp')
-rw-r--r--src/buildtool/execution_api/serve/mr_local_api.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/serve/mr_local_api.hpp b/src/buildtool/execution_api/serve/mr_local_api.hpp
index 813d164b..f930bc46 100644
--- a/src/buildtool/execution_api/serve/mr_local_api.hpp
+++ b/src/buildtool/execution_api/serve/mr_local_api.hpp
@@ -69,10 +69,13 @@ class MRLocalApi final : public IExecutionApi {
IExecutionApi const* /*alternative*/ = nullptr) const noexcept
-> bool final;
+ // NOLINTNEXTLINE(google-default-arguments)
[[nodiscard]] auto RetrieveToFds(
std::vector<Artifact::ObjectInfo> const& /*artifacts_info*/,
std::vector<int> const& /*fds*/,
- bool /*raw_tree*/) const noexcept -> bool final {
+ bool /*raw_tree*/,
+ IExecutionApi const* /*alternative*/ = nullptr) const noexcept
+ -> bool final {
// Retrieval to file descriptors not supported
return false;
}