Skip to content

Commit b087d83

Browse files
chumersteve-s
authored andcommitted
Fix native-image module-path build.
1 parent af55ba9 commit b087d83

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# This file contains native-image arguments needed to build graalpython
2-
#
3-
JavaArgs = --add-exports org.graalvm.nativeimage/org.graalvm.nativeimage.impl=ALL-UNNAMED
4-
52
Args = -H:MaxRuntimeCompileMethods=20000 \
63
--initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,jline,org.fusesource \
74
--initialize-at-run-time=org.tukaani.xz \
85
-H:ReflectionConfigurationResources=com/oracle/graal/python/niresources/reflect-config.json \
96
-H:ResourceConfigurationResources=com/oracle/graal/python/niresources/resource-config.json \
107
-H:JNIConfigurationResources=com/oracle/graal/python/niresources/jni-config.json \
11-
-H:Features=com.oracle.graal.python.BouncyCastleFeature
8+
-H:Features=com.oracle.graal.python.BouncyCastleFeature \
9+
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=org.graalvm.py \
10+
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=ALL-UNNAMED

0 commit comments

Comments
 (0)