File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,12 @@ local common_json = import "../common.json";
205
205
},
206
206
},
207
207
208
+ cmake:: {
209
+ packages+: {
210
+ cmake: "==3.22.2" ,
211
+ },
212
+ },
213
+
208
214
gradle:: {
209
215
downloads+: {
210
216
GRADLE_JAVA_HOME: jdks_data["oraclejdk21" ],
@@ -221,10 +227,8 @@ local common_json = import "../common.json";
221
227
# GR-49566: SpotBugs does not yet run on JDK 22
222
228
spotbugs: code_tools,
223
229
224
- sulong:: {
225
- packages+: {
226
- cmake: "==3.22.2" ,
227
- } + if self .os == "windows" then {
230
+ sulong:: self .cmake + {
231
+ packages+: if self .os == "windows" then {
228
232
msvc_source: "==14.0" ,
229
233
} else {},
230
234
},
@@ -259,7 +263,7 @@ local common_json = import "../common.json";
259
263
} else {},
260
264
},
261
265
262
- graalpy:: self .gradle + {
266
+ graalpy:: self .gradle + self .cmake + {
263
267
packages+: if (self .os == "linux" ) then {
264
268
libffi: '>=3.2.1' ,
265
269
bzip2: '>=1.0.6' ,
Original file line number Diff line number Diff line change 1
1
suite = {
2
2
"mxversion" : "7.45.0" ,
3
3
"name" : "truffleruby" ,
4
- "version" : "25 .0.0" ,
4
+ "version" : "26 .0.0" ,
5
5
"release" : False ,
6
6
"groupId" : "org.graalvm.ruby" ,
7
7
"url" : "https://www.graalvm.org/ruby/" ,
22
22
{
23
23
"name" : "regex" ,
24
24
"subdir" : True ,
25
- "version" : "70e5b13b1ff68b5eadabf37493de9911723a0765 " ,
25
+ "version" : "38a4ec195b58325c3f7d710b3dc17d7941ae0261 " ,
26
26
"urls" : [
27
27
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
28
28
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
31
31
{
32
32
"name" : "sulong" ,
33
33
"subdir" : True ,
34
- "version" : "70e5b13b1ff68b5eadabf37493de9911723a0765 " ,
34
+ "version" : "38a4ec195b58325c3f7d710b3dc17d7941ae0261 " ,
35
35
"urls" : [
36
36
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
37
37
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
You can’t perform that action at this time.
0 commit comments