From fd8ad0f561dd253bf7399ce9a4594242e918ca25 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 27 May 2024 14:57:15 +0200 Subject: Use ArtifactBlobContainer in IExecutionApi ...instead of BazelBlobContainer to not bring bazel_re::Digest to IExecutionApi. --- test/buildtool/execution_engine/executor/executor.test.cpp | 2 +- 1 file changed, 1 insertion(+), 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 7a09dc84..69e06df9 100644 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -174,7 +174,7 @@ class TestApi : public IExecutionApi { -> std::optional override { return std::nullopt; // not needed by Executor } - auto Upload(BazelBlobContainer const& blobs, bool /*unused*/) noexcept + auto Upload(ArtifactBlobContainer&& blobs, bool /*unused*/) noexcept -> bool final { auto blob_range = blobs.Blobs(); return std::all_of( -- cgit v1.2.3