From 27a696c4d6d5815b4355d93c767e499028bb7e2f Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Wed, 11 Sep 2024 18:03:55 +0200 Subject: Pass HashFunction::Type to CapabilitiesServer ...to get the protocol type. --- src/buildtool/execution_api/execution_service/TARGETS | 5 ++++- 1 file changed, 4 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 97d70528..d8108279 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -135,7 +135,10 @@ , "srcs": ["capabilities_server.cpp"] , "proto": [["@", "bazel_remote_apis", "", "remote_execution_proto"]] , "stage": ["src", "buildtool", "execution_api", "execution_service"] - , "deps": [["src/buildtool/common", "bazel_types"]] + , "deps": + [ ["src/buildtool/common", "bazel_types"] + , ["src/buildtool/crypto", "hash_function"] + ] , "private-deps": [ ["src/buildtool/logging", "log_level"] , ["src/buildtool/logging", "logging"] -- cgit v1.2.3