summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/remote/TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-06-23 13:01:11 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-07-05 13:08:38 +0200
commitac12f56de737cbc3564868bde4b18d83ac74262f (patch)
tree18ab22f3d78dcd2e471b7b28e1ff543b0a5f698c /src/buildtool/execution_api/remote/TARGETS
parentee2da2be9d32426b7ab113005e417837b0ae5a1c (diff)
downloadjustbuild-ac12f56de737cbc3564868bde4b18d83ac74262f.tar.gz
RemoteExecutionConfiguration: support dispatch list
Extend the configuration data structure by a dispatch list of endpoints to chose based on the first match of the execution properties.
Diffstat (limited to 'src/buildtool/execution_api/remote/TARGETS')
-rw-r--r--src/buildtool/execution_api/remote/TARGETS1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/remote/TARGETS b/src/buildtool/execution_api/remote/TARGETS
index 2d08ff8e..7af331ab 100644
--- a/src/buildtool/execution_api/remote/TARGETS
+++ b/src/buildtool/execution_api/remote/TARGETS
@@ -67,6 +67,7 @@
{ "type": ["@", "rules", "CC", "library"]
, "name": ["config"]
, "hdrs": ["config.hpp"]
+ , "srcs": ["config.cpp"]
, "deps":
[ ["src/buildtool/logging", "logging"]
, ["src/utils/cpp", "type_safe_arithmetic"]