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