File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,6 @@ local part_definitions = {
221
221
packages+: {
222
222
git: ">=1.8.3" ,
223
223
mercurial: ">=3.2.4" ,
224
- ruby: ">=" + mri_version,
225
224
binutils: ">=2.30" ,
226
225
},
227
226
},
@@ -230,6 +229,9 @@ local part_definitions = {
230
229
platform_name:: "LinuxAMD64" ,
231
230
platform: "linux" ,
232
231
arch:: "amd64" ,
232
+ packages+: {
233
+ ruby: ">=" + mri_version,
234
+ },
233
235
"$.cap" :: {
234
236
normal_machine: ["linux" , "amd64" ],
235
237
bench_machine: ["x52" ] + self .normal_machine + ["no_frequency_scaling" ],
@@ -239,6 +241,9 @@ local part_definitions = {
239
241
platform_name:: "LinuxARM64" ,
240
242
platform: "linux" ,
241
243
arch:: "aarch64" ,
244
+ packages+: {
245
+ ruby: ">=2.6" ,
246
+ },
242
247
"$.cap" :: {
243
248
normal_machine: ["linux" , "aarch64" ],
244
249
},
You can’t perform that action at this time.
0 commit comments