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