Skip to content

Commit c36d95b

Browse files
move cmake to common object as it is needed in all downstream gates
1 parent fcb890a commit c36d95b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
3131
ZLIB_BUNDLING: "system",
3232
MX_PYTHON: "python3.8"
3333
},
34+
packages+: {
35+
cmake: "==3.22.2",
36+
},
3437
},
3538

3639
Windows:: self.OSBase + {
@@ -337,9 +340,6 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
337340
timelimit: "1:30:00",
338341
logs: ["*.log"],
339342
targets: ["gate"],
340-
packages+: {
341-
cmake: "==3.22.2",
342-
},
343343
run+: [
344344
["mx", "-p", "graal-enterprise/vm-enterprise",
345345
"--env", "libgraal-enterprise",

0 commit comments

Comments
 (0)