Skip to content

Commit 43bc01f

Browse files
[GR-65163] Backport to 24.2.2: Native image build with Truffle enterprise fails on GraalVM CE
PullRequest: graal/20892
2 parents 6657519 + afbe4bf commit 43bc01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

truffle/mx.truffle/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@
15841584
],
15851585
"exports" : [
15861586
# Qualified exports
1587-
"com.oracle.truffle.compiler to org.graalvm.truffle.runtime, jdk.graal.compiler, org.graalvm.nativeimage.builder, com.oracle.truffle.enterprise, com.oracle.graal.graal_enterprise, org.graalvm.truffle.runtime.svm, com.oracle.truffle.enterprise.svm",
1587+
"com.oracle.truffle.compiler to org.graalvm.truffle.runtime, jdk.graal.compiler, org.graalvm.nativeimage.builder, com.oracle.graal.graal_enterprise, org.graalvm.truffle.runtime.svm, com.oracle.truffle.enterprise.svm",
15881588
"com.oracle.truffle.compiler.hotspot to org.graalvm.truffle.runtime, jdk.graal.compiler",
15891589
"com.oracle.truffle.compiler.hotspot.libgraal to org.graalvm.truffle.runtime, jdk.graal.compiler"
15901590
],

0 commit comments

Comments
 (0)