diff --git a/mx.fastr/native-image.properties b/mx.fastr/native-image.properties new file mode 100644 index 0000000000000000000000000000000000000000..bc39dee0193ce6fe9ee71b3c8f9ccdab91df0961 --- /dev/null +++ b/mx.fastr/native-image.properties @@ -0,0 +1,13 @@ +# This file contains native-image arguments needed to fastr +# + +ImageName = R + +Requires = Tool:nfi + +JavaArgs = \ + -Dfastr.resource.factory.class=com.oracle.truffle.r.nodes.builtin.EagerResourceHandlerFactory \ + -Dfastr.internal.grid.awt.support=false \ + -Xmx6G + +Args = -H:Class=com.oracle.truffle.r.launcher.RCommand diff --git a/mx.fastr/suite.py b/mx.fastr/suite.py index 36c3ba4f598bd9f0a2ef12b38b8783792ecd9311..cb8a7898625867f2a0a30956c90839d35fc7779e 100644 --- a/mx.fastr/suite.py +++ b/mx.fastr/suite.py @@ -70,7 +70,7 @@ suite = { "sha1" : "0baa82bff19059401e90e1b90020beb9c96305d7", "maven" : { "groupId" : "org.antlr", - "artifactId" : "antlr", + "artifactId" : "antlr-runtime", "version" : "3.5", }, },