diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-11 18:03:55 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-13 14:41:00 +0200 |
commit | 27a696c4d6d5815b4355d93c767e499028bb7e2f (patch) | |
tree | bb039c8658a9842fc532921584f800767c2cca90 /src/buildtool/execution_api/execution_service/TARGETS | |
parent | 6fcaec9c6106e10b1f3129cfe0e539a461a87767 (diff) | |
download | justbuild-27a696c4d6d5815b4355d93c767e499028bb7e2f.tar.gz |
Pass HashFunction::Type to CapabilitiesServer
...to get the protocol type.
Diffstat (limited to 'src/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/execution_service/TARGETS | 5 |
1 files changed, 4 insertions, 1 deletions
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"] |