Skip to content

Commit bbdc14f

Browse files
committed
Ruby 2.7 is not yet available on aarch64
1 parent bb77060 commit bbdc14f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ci.jsonnet

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ local part_definitions = {
221221
packages+: {
222222
git: ">=1.8.3",
223223
mercurial: ">=3.2.4",
224-
ruby: ">=" + mri_version,
225224
binutils: ">=2.30",
226225
},
227226
},
@@ -230,6 +229,9 @@ local part_definitions = {
230229
platform_name:: "LinuxAMD64",
231230
platform: "linux",
232231
arch:: "amd64",
232+
packages+: {
233+
ruby: ">=" + mri_version,
234+
},
233235
"$.cap":: {
234236
normal_machine: ["linux", "amd64"],
235237
bench_machine: ["x52"] + self.normal_machine + ["no_frequency_scaling"],
@@ -239,6 +241,9 @@ local part_definitions = {
239241
platform_name:: "LinuxARM64",
240242
platform: "linux",
241243
arch:: "aarch64",
244+
packages+: {
245+
ruby: ">=2.6",
246+
},
242247
"$.cap":: {
243248
normal_machine: ["linux", "aarch64"],
244249
},

0 commit comments

Comments
 (0)