From 686a13142b816dfa334bb85f3ffdcc62a81a3bb4 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 23 Jan 2025 17:11:39 +0100 Subject: ByteStreamUtils: Use ArtifactDigest --- src/buildtool/execution_api/common/TARGETS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/common/TARGETS') diff --git a/src/buildtool/execution_api/common/TARGETS b/src/buildtool/execution_api/common/TARGETS index e2dd5d3b..df50ecaf 100644 --- a/src/buildtool/execution_api/common/TARGETS +++ b/src/buildtool/execution_api/common/TARGETS @@ -40,8 +40,16 @@ , "name": ["bytestream_utils"] , "hdrs": ["bytestream_utils.hpp"] , "srcs": ["bytestream_utils.cpp"] + , "deps": + [ ["src/buildtool/common", "common"] + , ["src/buildtool/crypto", "hash_function"] + , ["src/utils/cpp", "expected"] + ] , "private-deps": - [["@", "fmt", "", "fmt"], ["src/buildtool/common", "bazel_types"]] + [ ["@", "fmt", "", "fmt"] + , ["src/buildtool/common", "artifact_digest_factory"] + , ["src/buildtool/common", "bazel_types"] + ] , "stage": ["src", "buildtool", "execution_api", "common"] } , "api_bundle": -- cgit v1.2.3