You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`litani run-build` now makes ninja the leader of its own process group.
This allows run-build to forward signals to that entire process group,
so that ninja and all its descendants receive the signal. This ensures
that when users press Ctrl-C on Litani's controlling terminal, the INT
is propagated to the commands in each Litani job.
This fixesawslabs#162.
karkhaz
added a commit
to karkhaz/aws-build-accumulator
that referenced
this issue
Jun 12, 2022
`litani run-build` now makes ninja the leader of its own process group.
This allows run-build to forward signals to that entire process group,
so that ninja and all its descendants receive the signal. This ensures
that when users press Ctrl-C on Litani's controlling terminal, the INT
is propagated to the commands in each Litani job.
This fixesawslabs#162.
karkhaz
added a commit
to karkhaz/aws-build-accumulator
that referenced
this issue
Jun 13, 2022
`litani run-build` now makes ninja the leader of its own process group.
This allows run-build to forward signals to that entire process group,
so that ninja and all its descendants receive the signal. This ensures
that when users press Ctrl-C on Litani's controlling terminal, the INT
is propagated to the commands in each Litani job.
This fixesawslabs#162.
@markrtuttle @nwetzler report that some subprocesses of ninja persist when sending SIGTERM to litani-run-build. Going to try reproducing now
The text was updated successfully, but these errors were encountered: