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_api/common/api_test.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/buildtool/execution_api/common/api_test.hpp') diff --git a/test/buildtool/execution_api/common/api_test.hpp b/test/buildtool/execution_api/common/api_test.hpp index 8d869116..413ed7fd 100644 --- a/test/buildtool/execution_api/common/api_test.hpp +++ b/test/buildtool/execution_api/common/api_test.hpp @@ -217,7 +217,7 @@ inline void SetLauncher() { std::string output_path{"output_file"}; auto api = api_factory(); - CHECK(api->Upload(BazelBlobContainer{{BazelBlob{ + CHECK(api->Upload(ArtifactBlobContainer{{ArtifactBlob{ test_digest, test_content, /*is_exec=*/false}}}, false)); -- cgit v1.2.3