diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-15 16:28:08 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-04 14:34:44 +0200 |
commit | d5177881b4df769afcf18ca803f6c2f153285207 (patch) | |
tree | 3212598d7cebd8bf4f01616062920a746c22af06 /src/buildtool/execution_api/execution_service/TARGETS | |
parent | 7365f35857e89913adbf42f09ce806f7b3183487 (diff) | |
download | justbuild-d5177881b4df769afcf18ca803f6c2f153285207.tar.gz |
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.
Diffstat (limited to 'src/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/execution_service/TARGETS | 1 |
1 files changed, 0 insertions, 1 deletions
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"] |