Skip to content

Commit cef6388

Browse files
committed
Follow sulong deps changes in common.json
1 parent e4a633e commit cef6388

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci.jsonnet

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,27 +248,27 @@ local part_definitions = {
248248
},
249249

250250
platform: {
251-
local linux_amd64_deps = common.sulong.deps.linux + {
251+
local linux_amd64_deps = common.sulong.deps.common + {
252252
packages+: {
253253
git: ">=1.8.3",
254254
binutils: ">=2.30",
255255
ruby: "==" + mri_version,
256256
},
257257
},
258258

259-
local linux_aarch64_deps = common.sulong.deps.linux + {
259+
local linux_aarch64_deps = common.sulong.deps.common + {
260260
packages+: {
261261
ruby: "==3.0.2",
262262
},
263263
},
264264

265-
local darwin_amd64_deps = common.sulong.deps.darwin_amd64 + {
265+
local darwin_amd64_deps = common.sulong.deps.common + {
266266
packages+: {
267267
ruby: "==3.0.2",
268268
},
269269
},
270270

271-
local darwin_aarch64_deps = common.sulong.deps.darwin_aarch64 + {
271+
local darwin_aarch64_deps = common.sulong.deps.common + {
272272
packages+: {
273273
ruby: "==3.0.2",
274274
},

0 commit comments

Comments
 (0)