diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-27 11:39:36 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-28 13:44:06 +0100 |
commit | fad5d797320c779117460273593f0e5a35be618b (patch) | |
tree | bc20213a703b088fc7951f47da70b839c811584c /test/buildtool/execution_engine | |
parent | 55519fe96d9b64c4bc99a2d108580d1d9147e5d1 (diff) | |
download | justbuild-fad5d797320c779117460273593f0e5a35be618b.tar.gz |
Include ArtifactDigestFactory into "common" library
Diffstat (limited to 'test/buildtool/execution_engine')
-rw-r--r-- | test/buildtool/execution_engine/executor/TARGETS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/buildtool/execution_engine/executor/TARGETS b/test/buildtool/execution_engine/executor/TARGETS index c0dcc56f..aaacf477 100644 --- a/test/buildtool/execution_engine/executor/TARGETS +++ b/test/buildtool/execution_engine/executor/TARGETS @@ -41,7 +41,6 @@ , ["@", "src", "src/buildtool/common", "action_description"] , ["@", "src", "src/buildtool/common", "artifact_blob"] , ["@", "src", "src/buildtool/common", "artifact_description"] - , ["@", "src", "src/buildtool/common", "artifact_digest_factory"] , ["@", "src", "src/buildtool/common", "common"] , ["@", "src", "src/buildtool/common", "config"] , ["@", "src", "src/buildtool/common/remote", "remote_common"] |