From d5177881b4df769afcf18ca803f6c2f153285207 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 15 May 2025 16:28:08 +0200 Subject: Execution server: Let the underlying API handle invalid entries The execution server itself should not consider anything special in setting the response message to the client, instead let the underlying API fail or not during collection. --- src/buildtool/execution_api/execution_service/TARGETS | 1 - 1 file changed, 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 0b3fd9ef..a92bb2bd 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -33,7 +33,6 @@ , ["src/buildtool/logging", "log_level"] , ["src/buildtool/storage", "garbage_collector"] , ["src/utils/cpp", "hex_string"] - , ["src/utils/cpp", "path"] ] , "private-ldflags": ["-pthread", "-Wl,--whole-archive,-lpthread,--no-whole-archive"] -- cgit v1.2.3