Skip to content

Commit 5e9eeeb

Browse files
fniephaustimfel
authored andcommitted
Move config files for Native Image.
(cherry picked from commit 4b08855)
1 parent d2e1596 commit 5e9eeeb

File tree

6 files changed

+1
-7
lines changed

6 files changed

+1
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ GRAALPYTHON_UNIT_TESTS.dist
2323
mx.graalpython/eclipse-launches
2424
*.json
2525
!**/resources/*.json
26+
!**/META-INF/**/*.json
2627
!graalpython/lib-graalpython/modules/standalone/shared/native-image-resources.json
2728
!graalpython/lib-graalpython/modules/standalone/shared/native-image-proxy-configuration.json
2829
language

graalpython/com.oracle.graal.python/src/META-INF/native-image/org.graalvm.py/native-image.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
Args = -H:MaxRuntimeCompileMethods=20000 \
33
--initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,jline,org.fusesource \
44
--initialize-at-run-time=org.tukaani.xz \
5-
-H:ReflectionConfigurationResources=com/oracle/graal/python/niresources/reflect-config.json \
6-
-H:ResourceConfigurationResources=com/oracle/graal/python/niresources/resource-config.json \
7-
-H:JNIConfigurationResources=com/oracle/graal/python/niresources/jni-config.json \
85
-H:Features=com.oracle.graal.python.BouncyCastleFeature \
96
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=org.graalvm.py \
107
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=ALL-UNNAMED

mx.graalpython/suite.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -948,10 +948,6 @@
948948
"uses": [
949949
"com.oracle.graal.python.builtins.PythonBuiltins",
950950
],
951-
"opens": [
952-
# needed to find resources in it
953-
"com.oracle.graal.python.niresources"
954-
]
955951
},
956952
"useModulePath": True,
957953
"dependencies": [

0 commit comments

Comments
 (0)