From cd9decf00868aae7cd949254d88e8fb3e412a56e Mon Sep 17 00:00:00 2001
From: Timothee 'TTimo' Besset <ttimo@ttimo.net>
Date: Wed, 21 Oct 2020 16:12:11 -0500
Subject: [PATCH] populate-depot: Add use_tool_subprocess_reaper flag

(originally steamrt/steamlinuxruntime@fa634281)
---
 pressure-vessel/populate-depot.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pressure-vessel/populate-depot.py b/pressure-vessel/populate-depot.py
index 048ba9d10..0a7a4c15a 100755
--- a/pressure-vessel/populate-depot.py
+++ b/pressure-vessel/populate-depot.py
@@ -670,6 +670,7 @@ class Main:
                     manifest=dict(
                         commandline=' '.join(words),
                         version='2',
+                        use_tool_subprocess_reaper='1',
                     )
                 )       # type: Dict[str, Any]
                 if runtime.suite == 'soldier':
-- 
GitLab