diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-12-18 18:19:08 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-12-21 10:11:11 +0100 |
commit | 4924b6eb10ab6b784ca41a2f60dc6cd395c7467a (patch) | |
tree | 9f5fc7b1a0475b41c93a4933b03091a50970154e /src/buildtool/execution_api/common/TARGETS | |
parent | 9f4b58cc8189cfdf6e7ddedc7df2e5dd9625c00f (diff) | |
download | justbuild-4924b6eb10ab6b784ca41a2f60dc6cd395c7467a.tar.gz |
src/buildtool/execution_api/commmon: add message_limits library
Define the threshold for the grpc messages.
Diffstat (limited to 'src/buildtool/execution_api/common/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/common/TARGETS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/common/TARGETS b/src/buildtool/execution_api/common/TARGETS index 1d0431f0..573be160 100644 --- a/src/buildtool/execution_api/common/TARGETS +++ b/src/buildtool/execution_api/common/TARGETS @@ -40,4 +40,11 @@ , ["src/buildtool/execution_api/remote", "bazel"] ] } +, "message_limits": + { "type": ["@", "rules", "CC", "library"] + , "name": ["message_limits"] + , "hdrs": ["message_limits.hpp"] + , "deps": [["@", "grpc", "", "grpc++"]] + , "stage": ["src", "buildtool", "execution_api", "common"] + } } |