Skip to content

Commit d591ea3

Browse files
committed
Revert mx update in ci/graal/common.jsonnet
1 parent 22ee071 commit d591ea3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

ci/graal/ci/common.jsonnet

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,18 @@ local common_json = import "../common.json";
286286
} else {},
287287
},
288288

289+
truffleruby:: {
290+
packages+: (if self.os == "linux" && self.arch == "amd64" then {
291+
ruby: "==3.2.2", # Newer version, also used for benchmarking
292+
} else if (self.os == "windows") then
293+
error('truffleruby is not supported on windows')
294+
else {
295+
ruby: "==3.0.2",
296+
}) + (if self.os == "linux" then {
297+
libyaml: "==0.2.5",
298+
} else {}),
299+
},
300+
289301
graalnodejs:: {
290302
local this = self,
291303
packages+: if self.os == "linux" then {
@@ -559,4 +571,4 @@ local common_json = import "../common.json";
559571

560572
windows_amd64: self.bare.windows_amd64 + common,
561573
windows_server_2016_amd64: self.bare.windows_server_2016_amd64 + common,
562-
}
574+
}

0 commit comments

Comments
 (0)