abuild: kill all childs when bwrap exits
When abuild rootbld
is stopped with eg. Ctrl-C a lot of build processes will just continue when this is not done.
--unshare-pid
is needed for --die-with-parent
to work correctly.
Edited by Sertonix
When abuild rootbld
is stopped with eg. Ctrl-C a lot of build processes will just continue when this is not done.
--unshare-pid
is needed for --die-with-parent
to work correctly.