diff options
Diffstat (limited to 'src/buildtool/execution_api/serve/mr_local_api.hpp')
-rw-r--r-- | src/buildtool/execution_api/serve/mr_local_api.hpp | 2 |
1 files changed, 1 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 a4f6e0b1..26600772 100644 --- a/src/buildtool/execution_api/serve/mr_local_api.hpp +++ b/src/buildtool/execution_api/serve/mr_local_api.hpp @@ -103,7 +103,7 @@ class MRLocalApi final : public IExecutionApi { /// \note Caller is responsible for passing vectors with artifacts of the /// same digest type. // NOLINTNEXTLINE(google-default-arguments) - [[nodiscard]] auto Upload(ArtifactBlobContainer&& blobs, + [[nodiscard]] auto Upload(std::unordered_set<ArtifactBlob>&& blobs, bool skip_find_missing = false) const noexcept -> bool final; |