From ec4fe905bccd666c72e51fe1d822e7a575da8b70 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 11 Jul 2024 14:55:08 +0200 Subject: ArtifactFactory: remove Identifier method ...since it is used in tests only. It also duplicated serialization-deserialization of ArtifactDescription. --- test/buildtool/execution_engine/executor/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'test/buildtool/execution_engine/executor/TARGETS') diff --git a/test/buildtool/execution_engine/executor/TARGETS b/test/buildtool/execution_engine/executor/TARGETS index 2d82e097..45f981d4 100644 --- a/test/buildtool/execution_engine/executor/TARGETS +++ b/test/buildtool/execution_engine/executor/TARGETS @@ -24,6 +24,7 @@ , "srcs": ["executor.test.cpp"] , "private-deps": [ ["@", "src", "src/buildtool/auth", "auth"] + , ["@", "src", "src/buildtool/common", "artifact_description"] , ["@", "src", "src/buildtool/common", "artifact_factory"] , ["@", "src", "src/buildtool/common", "common"] , ["@", "src", "src/buildtool/common", "config"] -- cgit v1.2.3