File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ local graalNodeJs = import 'graal-nodejs/ci.jsonnet';
66 // Used to run fewer jobs
77 local useOverlay = true ,
88
9- local overlay = '9966cf251aab9b90f980bcba28fb3cc6b168ef5c ' ,
9+ local overlay = 'ef2c5a0a0f16f06469e5fa2bb5db1e80c82e99a6 ' ,
1010
1111 local no_overlay = 'cb733e564850cd37b685fcef6f3c16b59802b22c' ,
1212
Original file line number Diff line number Diff line change @@ -101,9 +101,13 @@ local common_json = import "../common.json";
101101 },
102102
103103 truffleruby:: {
104- packages+: if self .os == "linux" then {
105- ruby: "==2.6.3" ,
106- } else {},
104+ packages+: (if self .os == "linux" && self .arch == "amd64" then {
105+ ruby: "==3.1.2" , # Newer version, also used for benchmarking
106+ } else {
107+ ruby: "==3.0.2" ,
108+ }) + (if self .os == "linux" then {
109+ libyaml: "==0.2.5" ,
110+ } else {}),
107111 },
108112
109113 graalnodejs:: {
Original file line number Diff line number Diff line change 44 " Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
55 ],
66
7- "mx_version" : " 6.16 .0" ,
7+ "mx_version" : " 6.17 .0" ,
88
99 "COMMENT.jdks" : " When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet" ,
1010 "jdks" : {
Original file line number Diff line number Diff line change 2424 {
2525 "name" : "regex" ,
2626 "subdir" : True ,
27- "version" : "a71f207c5cd0e21e854d2b7791081a0bc46d0744 " ,
27+ "version" : "a81ecbe6def2084b669872f76207535ab62fd8d6 " ,
2828 "urls" : [
2929 {"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
3030 ]
You can’t perform that action at this time.
0 commit comments