File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ local common_json = import "../common.json";
49
49
50
50
# The devkits versions reflect those used to build the JVMCI JDKs (e.g., see devkit_platform_revisions in <jdk>/make/conf/jib-profiles.js)
51
51
devkits: {
52
- "windows-jdk17" : { packages+: { "devkit:VS2019-16.9.3 +1" : "==0" }},
52
+ "windows-jdk17" : { packages+: { "devkit:VS2022-17.1.0 +1" : "==0" }},
53
53
"windows-jdk19" : { packages+: { "devkit:VS2022-17.1.0+1" : "==0" }},
54
54
"windows-jdk20" : { packages+: { "devkit:VS2022-17.1.0+1" : "==0" }},
55
55
"linux-jdk17" : { packages+: { "devkit:gcc10.3.0-OL6.4+1" : "==0" }},
Original file line number Diff line number Diff line change 4
4
" Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
5
5
],
6
6
7
- "mx_version" : " 6.16.0 " ,
7
+ "mx_version" : " 6.16.6 " ,
8
8
9
9
"COMMENT.jdks" : " When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet" ,
10
10
"jdks" : {
Original file line number Diff line number Diff line change 1
1
suite = {
2
- "mxversion" : "6.11.3 " ,
2
+ "mxversion" : "6.16.6 " ,
3
3
"name" : "truffleruby" ,
4
4
5
5
"imports" : {
6
6
"suites" : [
7
7
{
8
8
"name" : "regex" ,
9
9
"subdir" : True ,
10
- "version" : "ccbe0c944d918159f36bac32e37c1a8cc529604f " ,
10
+ "version" : "39c80292e2f92822a3882c1350226706abd78917 " ,
11
11
"urls" : [
12
12
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
13
13
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
16
16
{
17
17
"name" : "sulong" ,
18
18
"subdir" : True ,
19
- "version" : "ccbe0c944d918159f36bac32e37c1a8cc529604f " ,
19
+ "version" : "39c80292e2f92822a3882c1350226706abd78917 " ,
20
20
"urls" : [
21
21
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
22
22
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
You can’t perform that action at this time.
0 commit comments