File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
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' ,
You can’t perform that action at this time.
0 commit comments