Skip to content

Commit 666041d

Browse files
committed
[GR-27471] Include all components registered by the tools suite
PullRequest: truffleruby/2161
2 parents 0db283f + ab56a03 commit 666041d

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

common.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"README": "This file contains definitions that are useful for the hocon and jsonnet CI files of multiple repositories.",
33

44
"jdks": {
5-
"openjdk8": {"name": "openjdk", "version": "8u272+10-jvmci-20.3-b04", "platformspecific": true },
6-
"oraclejdk8": {"name": "oraclejdk", "version": "8u271+09-jvmci-20.3-b04", "platformspecific": true },
7-
"oraclejdk8Debug": {"name": "oraclejdk", "version": "8u271+09-jvmci-20.3-b04-fastdebug", "platformspecific": true },
5+
"openjdk8": {"name": "openjdk", "version": "8u272+10-jvmci-20.3-b05", "platformspecific": true },
6+
"oraclejdk8": {"name": "oraclejdk", "version": "8u271+09-jvmci-20.3-b05", "platformspecific": true },
7+
"oraclejdk8Debug": {"name": "oraclejdk", "version": "8u271+09-jvmci-20.3-b05-fastdebug", "platformspecific": true },
88

99
"openjdk11": {"name": "openjdk", "version": "11.0.3+7", "platformspecific": true },
1010
"oraclejdk11": {"name": "oraclejdk", "version": "11.0.6+8", "platformspecific": true },
11-
"labsjdk-ce-11": {"name": "labsjdk", "version": "ce-11.0.9+10-jvmci-20.3-b04", "platformspecific": true },
12-
"labsjdk-ee-11": {"name": "labsjdk", "version": "ee-11.0.9+7-jvmci-20.3-b04", "platformspecific": true },
11+
"labsjdk-ce-11": {"name": "labsjdk", "version": "ce-11.0.9+10-jvmci-20.3-b05", "platformspecific": true },
12+
"labsjdk-ee-11": {"name": "labsjdk", "version": "ee-11.0.9+7-jvmci-20.3-b05", "platformspecific": true },
1313

1414
"oraclejdk15": {"name": "oraclejdk", "version": "15.0.1+6", "platformspecific": true },
15-
"labsjdk-ce-15": {"name": "labsjdk", "version": "ce-15.0.1+9-jvmci-20.3-b04", "platformspecific": true },
16-
"labsjdk-ce-15Debug": {"name": "labsjdk", "version": "ce-15.0.1+9-jvmci-20.3-b04-debug", "platformspecific": true },
17-
"labsjdk-ee-15": {"name": "labsjdk", "version": "ee-15.0.1+9-jvmci-20.3-b04", "platformspecific": true },
18-
"labsjdk-ee-15Debug": {"name": "labsjdk", "version": "ee-15.0.1+9-jvmci-20.3-b04-debug", "platformspecific": true }
15+
"labsjdk-ce-15": {"name": "labsjdk", "version": "ce-15.0.1+9-jvmci-20.3-b05", "platformspecific": true },
16+
"labsjdk-ce-15Debug": {"name": "labsjdk", "version": "ce-15.0.1+9-jvmci-20.3-b05-debug", "platformspecific": true },
17+
"labsjdk-ee-15": {"name": "labsjdk", "version": "ee-15.0.1+9-jvmci-20.3-b05", "platformspecific": true },
18+
"labsjdk-ee-15Debug": {"name": "labsjdk", "version": "ee-15.0.1+9-jvmci-20.3-b05-debug", "platformspecific": true }
1919
},
2020

2121
"sulong": {

mx.truffleruby/jvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DYNAMIC_IMPORTS=/tools
2-
COMPONENTS=TruffleRuby,GraalVM Profiler,GraalVM Chrome Inspector,GraalVM Coverage,VisualVM
2+
COMPONENTS=TruffleRuby,suite:tools

mx.truffleruby/jvm-ce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DYNAMIC_IMPORTS=/compiler,/tools
2-
COMPONENTS=TruffleRuby,GraalVM compiler,GraalVM Profiler,GraalVM Chrome Inspector,GraalVM Coverage,VisualVM
2+
COMPONENTS=TruffleRuby,GraalVM compiler,suite:tools

mx.truffleruby/jvm-ee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DYNAMIC_IMPORTS=/graal-enterprise,/tools
2-
COMPONENTS=TruffleRuby,GraalVM enterprise compiler,GraalVM Profiler,GraalVM Chrome Inspector,GraalVM Coverage,VisualVM
2+
COMPONENTS=TruffleRuby,GraalVM enterprise compiler,suite:tools

mx.truffleruby/jvm-gu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DYNAMIC_IMPORTS=/vm,/tools
2-
COMPONENTS=TruffleRuby,gu,GraalVM Profiler,GraalVM Chrome Inspector,GraalVM Coverage,VisualVM
2+
COMPONENTS=TruffleRuby,gu,suite:tools

mx.truffleruby/jvm-js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DYNAMIC_IMPORTS=/tools,/graal-js
2-
COMPONENTS=TruffleRuby,Graal.js,GraalVM Profiler,GraalVM Chrome Inspector,GraalVM Coverage,VisualVM
2+
COMPONENTS=TruffleRuby,Graal.js,suite:tools

mx.truffleruby/jvm-py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DYNAMIC_IMPORTS=/tools,graalpython
2-
COMPONENTS=TruffleRuby,Graal.Python,GraalVM Profiler,GraalVM Chrome Inspector,GraalVM Coverage,VisualVM
2+
COMPONENTS=TruffleRuby,Graal.Python,suite:tools

mx.truffleruby/native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DYNAMIC_IMPORTS=/substratevm,/tools
2-
COMPONENTS=TruffleRuby,SubstrateVM,GraalVM Profiler,GraalVM Chrome Inspector,GraalVM Coverage,VisualVM
2+
COMPONENTS=TruffleRuby,SubstrateVM,suite:tools
33
NATIVE_IMAGES=truffleruby,graalvm-native-clang,graalvm-native-clang++,graalvm-native-binutil
44
DISABLE_INSTALLABLES=false

mx.truffleruby/native-ee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DYNAMIC_IMPORTS=/substratevm-enterprise,/tools
2-
COMPONENTS=TruffleRuby,SubstrateVM Enterprise,GraalVM Profiler,GraalVM Chrome Inspector,GraalVM Coverage,VisualVM
2+
COMPONENTS=TruffleRuby,SubstrateVM Enterprise,suite:tools
33
NATIVE_IMAGES=truffleruby,graalvm-native-clang,graalvm-native-clang++,graalvm-native-binutil
44
DISABLE_INSTALLABLES=false

mx.truffleruby/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "sulong",
99
"subdir": True,
10-
"version": "d37946aec3112a015b3f205545cf993c3d0c31c2",
10+
"version": "ea2baff0838828ee2789705474bd3f4138207087",
1111
"urls": [
1212
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1313
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)