Merge branch 'use-sigterm' into 'master'

Maybe fix podman cannot cleanly exit when build interrupted

See merge request redox-os/redox!2077
This commit is contained in:
Jeremy Soller 2026-04-18 07:00:49 -06:00
commit fd1877dc14

View File

@ -412,6 +412,6 @@ while [ -n "$CHILDREN" ]; do
done;
if [ -n "$ALL_DESCENDANTS" ]; then
kill -9 $ALL_DESCENDANTS;
kill $ALL_DESCENDANTS;
fi
"#;