post-build-hook blocks parallel builds #473

Open
opened 2024-08-17 14:46:16 +00:00 by puck · 0 comments
Owner

the postBuildHook is currently run using runProgram2 and entirely blocking, which means other parallel builds will not continue running (if they fill their stdout/stderr buffer) until the post-build-hook has executed.

(h/t @qyliss)

the `postBuildHook` is currently run using `runProgram2` and entirely blocking, which means other parallel builds will not continue running (if they fill their `stdout`/`stderr` buffer) until the post-build-hook has executed. (h/t @qyliss)
puck added the
bug
label 2024-08-17 14:46:16 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix#473
No description provided.