Skip to content

abuild: kill all childs when bwrap exits

Sertonix requested to merge sertonix/abuild:rootbld-childs into master

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.

Ref https://github.com/containers/bubblewrap/issues/529

Edited by Sertonix

Merge request reports