diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-02 11:06:23 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-09 13:07:13 +0200 |
commit | d49ec46214178d429215312499806f9feef2ab7d (patch) | |
tree | 8a3679f54868ce94602ccded27d8fd05a849f7de /src/buildtool/execution_api/execution_service/TARGETS | |
parent | 7eafe5779703275d455558120efc754c2dcc3c01 (diff) | |
download | justbuild-d49ec46214178d429215312499806f9feef2ab7d.tar.gz |
Validate hashes in ActionCacheServiceImpl
Diffstat (limited to 'src/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/execution_service/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS index f52efc26..78e0fe33 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -45,8 +45,8 @@ ] , "private-deps": [ ["src/buildtool/logging", "log_level"] - , ["src/utils/cpp", "verify_hash"] , ["src/buildtool/common", "common"] + , ["src/buildtool/common", "artifact_digest_factory"] ] } , "cas_server": |