From 808352e5473f90b4042370e037788d3793f4b8c3 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Wed, 15 Nov 2023 16:08:18 +0100 Subject: just-execute: verify the validity of all the hashes received over the wire --- src/buildtool/execution_api/execution_service/TARGETS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/execution_service/TARGETS') diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS index cc0fad3a..56aa04d5 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -17,6 +17,7 @@ , ["src/buildtool/storage", "storage"] , ["src/buildtool/file_system", "file_system_manager"] , "operation_cache" + , ["src/utils/cpp", "verify_hash"] ] , "private-ldflags": ["-pthread"] } @@ -35,6 +36,7 @@ , "private-deps": [ ["src/buildtool/storage", "storage"] , ["src/buildtool/execution_api/local", "local"] + , ["src/utils/cpp", "verify_hash"] ] } , "cas_server": @@ -54,6 +56,7 @@ , ["@", "fmt", "", "fmt"] , ["src/buildtool/storage", "storage"] , ["src/buildtool/execution_api/local", "local"] + , ["src/utils/cpp", "verify_hash"] ] } , "server_implementation": @@ -98,6 +101,7 @@ , ["@", "fmt", "", "fmt"] , ["src/buildtool/storage", "storage"] , ["src/buildtool/execution_api/local", "local"] + , ["src/utils/cpp", "verify_hash"] ] } , "capabilities_server": @@ -130,6 +134,6 @@ , "deps": [["src/buildtool/logging", "logging"]] , "proto": [["@", "googleapis", "", "google_longrunning_operations_proto"]] , "stage": ["src", "buildtool", "execution_api", "execution_service"] - , "private-deps": ["operation_cache"] + , "private-deps": ["operation_cache", ["src/utils/cpp", "verify_hash"]] } } -- cgit v1.2.3