Skip to content

Commit d4650ef

Browse files
committed
[GR-15465] Simplify the list of packages to initialize at build time.
PullRequest: truffleruby/828
2 parents 2fe521f + 289adb0 commit d4650ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mx.truffleruby/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LauncherClassPath = languages/ruby/truffleruby-annotations.jar:languages/ruby/tr
1111
Args = -H:MaxRuntimeCompileMethods=5400 \
1212
-H:SubstitutionResources=org/truffleruby/aot/substitutions.json \
1313
-H:+AddAllCharsets \
14-
--initialize-at-build-time=com.oracle.graal,com.oracle.graalvm,com.oracle.svm,com.oracle.truffle,org.graalvm,org.truffleruby,org.jcodings,org.joni,jline,org.fusesource
14+
--initialize-at-build-time=org.truffleruby,org.jcodings,org.joni,jline,org.fusesource
1515

1616
JavaArgs = -Dpolyglot.engine.PreinitializeContexts=ruby \
1717
-Dorg.graalvm.launcher.relative.llvm.home=../lib/cext/sulong-libs

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "tools",
1010
"subdir": True,
1111
# version must always be equal to the version of the "sulong" import below
12-
"version": "b20dead4f4f0527dae948767992c82d4f43837f6",
12+
"version": "68e52a59458ebcdeb481e5f94fb8de398c162923",
1313
"urls": [
1414
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1515
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -19,7 +19,7 @@
1919
"name": "sulong",
2020
"subdir": True,
2121
# version must always be equal to the version of the "tools" import above
22-
"version": "b20dead4f4f0527dae948767992c82d4f43837f6",
22+
"version": "68e52a59458ebcdeb481e5f94fb8de398c162923",
2323
"urls": [
2424
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2525
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)