Skip to content

Commit 526a2e2

Browse files
authored
Update Truffle and add nativebridge to module path (#245)
2 parents 347ca7e + 60336c6 commit 526a2e2

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66
variables:
77
PYTHONUNBUFFERED: "true"
88
JVMCI_VERSION_CHECK: ignore
9-
GRAALEE_VERSION: oracle-graalvm-ea-jdk-25e1-25.0.2-ea.20
9+
GRAALEE_VERSION: oracle-graalvm-ea-jdk-25e1-25.0.2-ea.22
1010
JAVA_VERSION: temurin-25.0.2+10.0.LTS
1111

1212
.shared-scripts:

mx.trufflesom/mx_trufflesom.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def build_native_image_tool(args, **kwargs):
134134
TRUFFLE_DIR + "/sdk/mxbuild/dists/collections.jar",
135135
TRUFFLE_DIR + "/sdk/mxbuild/dists/polyglot.jar",
136136
TRUFFLE_DIR + "/sdk/mxbuild/dists/word.jar",
137+
TRUFFLE_DIR + "/sdk/mxbuild/dists/nativebridge.jar",
137138
TRUFFLE_DIR + "/sdk/mxbuild/dists/jniutils.jar",
138139
TRUFFLE_DIR + "/truffle/mxbuild/dists/truffle-runtime.jar",
139140
TRUFFLE_DIR + "/substratevm/mxbuild/dists/truffle-runtime-svm.jar",

mx.trufflesom/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{
1717
"name": "truffle",
1818
"subdir": True,
19-
"version": "2a1f00ba7227ff8e2bddb1d0d5c2cf6b8fee82bf",
19+
"version": "2f0bd1c316c776369bcf6b6feb711a6dc385eade",
2020
"urls": [{"url": "https://github.com/oracle/graal", "kind": "git"}],
2121
},
2222
]

som

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ MODULE_PATH_ENTRIES = [
292292
TRUFFLE_DIR + '/sdk/mxbuild/dists/polyglot.jar',
293293
TRUFFLE_DIR + '/sdk/mxbuild/dists/word.jar',
294294
TRUFFLE_DIR + '/sdk/mxbuild/dists/nativeimage.jar',
295+
TRUFFLE_DIR + '/sdk/mxbuild/dists/nativebridge.jar',
295296
TRUFFLE_DIR + '/sdk/mxbuild/dists/jniutils.jar',
296297
TRUFFLE_DIR + '/truffle/mxbuild/dists/truffle-json.jar',
297298
TRUFFLE_DIR + '/truffle/mxbuild/dists/truffle-compiler.jar',

0 commit comments

Comments
 (0)