Skip to content

Commit 47e9683

Browse files
committed
Turn truffle-enterprise into an optional dependency.
1 parent 74b4b43 commit 47e9683

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mx.truffleruby/suite.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"name": "regex",
2424
"subdir": True,
25-
"version": "38a4ec195b58325c3f7d710b3dc17d7941ae0261",
25+
"version": "aefacfb7d2d62c2254755922e85c2ee4c79530d5",
2626
"urls": [
2727
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2828
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -31,7 +31,7 @@
3131
{
3232
"name": "sulong",
3333
"subdir": True,
34-
"version": "38a4ec195b58325c3f7d710b3dc17d7941ae0261",
34+
"version": "aefacfb7d2d62c2254755922e85c2ee4c79530d5",
3535
"urls": [
3636
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
3737
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -491,7 +491,7 @@
491491
"class": "LanguageLibraryProject",
492492
"dependencies": [
493493
"TRUFFLERUBY_STANDALONE_DEPENDENCIES",
494-
# LLVM_NATIVE_COMMUNITY is intentionally not used as that would include SULONG_NATIVE_RESOURCES,
494+
# LLVM_NATIVE_POM is intentionally not used as that would include SULONG_NATIVE_RESOURCES,
495495
# which would copy the resources in the image, regardless of IncludeLanguageResources,
496496
# see com.oracle.truffle.llvm.nativemode.resources.NativeResourceFeature.
497497
],
@@ -620,17 +620,17 @@
620620
"noMavenJavadoc": True,
621621
},
622622

623-
"RUBY_COMMUNITY": {
623+
"RUBY_POM": {
624624
"type": "pom",
625625
"runtimeDependencies": [
626626
"TRUFFLERUBY",
627627
"TRUFFLERUBY-RESOURCES",
628628
"truffle:TRUFFLE_RUNTIME",
629-
"sulong:LLVM_NATIVE_COMMUNITY",
629+
"sulong:LLVM_NATIVE_POM",
630630
],
631631
"description": "TruffleRuby (GraalVM Ruby)",
632632
"maven": {
633-
"artifactId": "ruby-community",
633+
"artifactId": "ruby",
634634
"tag": ["default", "public"],
635635
},
636636
"license": [

0 commit comments

Comments
 (0)