From 5679c798ca1bfd45dcacb35139d559be1aeeded3 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 7 Mar 2021 15:54:43 +0100 Subject: [PATCH] Another approach --- tools/snap/build_remote.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/snap/build_remote.py b/tools/snap/build_remote.py index 881518581..1c2e431ed 100755 --- a/tools/snap/build_remote.py +++ b/tools/snap/build_remote.py @@ -24,10 +24,6 @@ def _execute_build(target, archs, status, workspace): process_output.append(line) _extract_state(target, line, status) - if any(state for state in status[target].values() if state == 'Chroot problem'): - # On this error the snapcraft process stales. Let's finish it. - process.kill() - return process.wait(), process_output