From f7ce5be733b811d45bd9e2a40dfa3edf359cf408 Mon Sep 17 00:00:00 2001 From: Gilles Duboscq <gilles.m.duboscq@oracle.com> Date: Thu, 12 Apr 2018 19:59:31 +0200 Subject: [PATCH] Set max_jobs for 'native.recommended' --- mx.fastr/suite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mx.fastr/suite.py b/mx.fastr/suite.py index 8a43698444..7050378a9c 100644 --- a/mx.fastr/suite.py +++ b/mx.fastr/suite.py @@ -331,6 +331,7 @@ suite = { "com.oracle.truffle.r.engine", "com.oracle.truffle.r.ffi.impl" ], + "max_jobs" : 8, "native" : True, "workingSets" : "FastR", "buildDependencies" : ["FASTR"], -- GitLab