Skip to content
Snippets Groups Projects
Commit 11779697 authored by Gilles Duboscq's avatar Gilles Duboscq Committed by Gilles Duboscq
Browse files

Set `single_job` in com.oracle.truffle.r.native

The makefiles for this project don't support running with multiple jobs
(-j ...). This tells mx not to try to use `-j`.
Also the `native` attribute is a boolean.
parent a581dd9c
Branches
No related tags found
No related merge requests found
......@@ -273,7 +273,8 @@ suite = {
"GNU_ICONV",
"truffle:TRUFFLE_NFI_NATIVE",
],
"native" : "true",
"native" : True,
"single_job" : True,
"workingSets" : "FastR",
"buildEnv" : {
"NFI_INCLUDES" : "-I<path:truffle:TRUFFLE_NFI_NATIVE>/include",
......@@ -309,7 +310,7 @@ suite = {
"com.oracle.truffle.r.ffi.impl"
],
"class" : "FastRNativeRecommendedProject",
"native" : "true",
"native" : True,
"workingSets" : "FastR",
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment