This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch aevri/win32_minimal
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 8c60f3f63bd41926befd670ade49e0792dba2d2f
Author: Angelos Evripiotis <[email protected]>
AuthorDate: Thu Oct 3 10:33:56 2019 +0100

    WIP: is_fork_allowed logic for win32
---
 src/buildstream/_scheduler/scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/buildstream/_scheduler/scheduler.py 
b/src/buildstream/_scheduler/scheduler.py
index 6385b61..f1b861e 100644
--- a/src/buildstream/_scheduler/scheduler.py
+++ b/src/buildstream/_scheduler/scheduler.py
@@ -161,7 +161,7 @@ class Scheduler():
     #
     def run(self, queues):
 
-        assert self.context.is_fork_allowed()
+        # assert self.context.is_fork_allowed()
 
         # Hold on to the queues to process
         self.queues = queues

Reply via email to