File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
graal-nodejs/mx.graal-nodejs Expand file tree Collapse file tree 3 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";
205205 },
206206 },
207207
208+ cmake:: {
209+ packages+: {
210+ cmake: "==3.22.2" ,
211+ },
212+ },
213+
208214 gradle:: {
209215 downloads+: {
210216 GRADLE_JAVA_HOME: jdks_data["oraclejdk21" ],
@@ -221,10 +227,8 @@ local common_json = import "../common.json";
221227 # GR-49566: SpotBugs does not yet run on JDK 22
222228 spotbugs: code_tools,
223229
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 {
228232 msvc_source: "==14.0" ,
229233 } else {},
230234 },
@@ -259,7 +263,7 @@ local common_json = import "../common.json";
259263 } else {},
260264 },
261265
262- graalpy:: self .gradle + {
266+ graalpy:: self .gradle + self .cmake + {
263267 packages+: if (self .os == "linux" ) then {
264268 libffi: '>=3.2.1' ,
265269 bzip2: '>=1.0.6' ,
Original file line number Diff line number Diff line change 44
55 "name" : "graal-js" ,
66
7- "version" : "25 .0.0" ,
7+ "version" : "26 .0.0" ,
88 "release" : False ,
99 "groupId" : "org.graalvm.js" ,
1010 "url" : "https://www.graalvm.org/javascript" ,
2525 {
2626 "name" : "regex" ,
2727 "subdir" : True ,
28- "version" : "70e5b13b1ff68b5eadabf37493de9911723a0765 " ,
28+ "version" : "69860d57908cd7b3691d6646687c1cecbe69f36b " ,
2929 "urls" : [
3030 {"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
3131 ]
Original file line number Diff line number Diff line change 22suite = {
33 "mxversion" : "7.45.0" ,
44 "name" : "graal-nodejs" ,
5- "version" : "25 .0.0" ,
5+ "version" : "26 .0.0" ,
66 "release" : False ,
77 "versionConflictResolution" : "latest" ,
88
You can’t perform that action at this time.
0 commit comments