File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,27 +248,27 @@ local part_definitions = {
248
248
},
249
249
250
250
platform: {
251
- local linux_amd64_deps = common.sulong.deps.linux + {
251
+ local linux_amd64_deps = common.sulong.deps.common + {
252
252
packages+: {
253
253
git: ">=1.8.3" ,
254
254
binutils: ">=2.30" ,
255
255
ruby: "==" + mri_version,
256
256
},
257
257
},
258
258
259
- local linux_aarch64_deps = common.sulong.deps.linux + {
259
+ local linux_aarch64_deps = common.sulong.deps.common + {
260
260
packages+: {
261
261
ruby: "==3.0.2" ,
262
262
},
263
263
},
264
264
265
- local darwin_amd64_deps = common.sulong.deps.darwin_amd64 + {
265
+ local darwin_amd64_deps = common.sulong.deps.common + {
266
266
packages+: {
267
267
ruby: "==3.0.2" ,
268
268
},
269
269
},
270
270
271
- local darwin_aarch64_deps = common.sulong.deps.darwin_aarch64 + {
271
+ local darwin_aarch64_deps = common.sulong.deps.common + {
272
272
packages+: {
273
273
ruby: "==3.0.2" ,
274
274
},
You can’t perform that action at this time.
0 commit comments