File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments