From ac12f56de737cbc3564868bde4b18d83ac74262f Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 23 Jun 2023 13:01:11 +0200 Subject: 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. --- src/buildtool/execution_api/remote/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/execution_api/remote/TARGETS') 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"] -- cgit v1.2.3