File tree Expand file tree Collapse file tree 1 file changed +30
-34
lines changed Expand file tree Collapse file tree 1 file changed +30
-34
lines changed Original file line number Diff line number Diff line change @@ -305,24 +305,22 @@ const test_targets = blk: {
305
305
// .link_libc = true,
306
306
//},
307
307
308
- // https://github.com/ziglang/zig/issues/16846
309
- //.{
310
- // .target = .{
311
- // .cpu_arch = .mips,
312
- // .os_tag = .linux,
313
- // .abi = .none,
314
- // },
315
- //},
308
+ .{
309
+ .target = .{
310
+ .cpu_arch = .mips ,
311
+ .os_tag = .linux ,
312
+ .abi = .none ,
313
+ },
314
+ },
316
315
317
- // https://github.com/ziglang/zig/issues/16846
318
- //.{
319
- // .target = .{
320
- // .cpu_arch = .mips,
321
- // .os_tag = .linux,
322
- // .abi = .musl,
323
- // },
324
- // .link_libc = true,
325
- //},
316
+ .{
317
+ .target = .{
318
+ .cpu_arch = .mips ,
319
+ .os_tag = .linux ,
320
+ .abi = .musl ,
321
+ },
322
+ .link_libc = true ,
323
+ },
326
324
327
325
// https://github.com/ziglang/zig/issues/4927
328
326
//.{
@@ -334,24 +332,22 @@ const test_targets = blk: {
334
332
// .link_libc = true,
335
333
//},
336
334
337
- // https://github.com/ziglang/zig/issues/16846
338
- //.{
339
- // .target = .{
340
- // .cpu_arch = .mipsel,
341
- // .os_tag = .linux,
342
- // .abi = .none,
343
- // },
344
- //},
335
+ .{
336
+ .target = .{
337
+ .cpu_arch = .mipsel ,
338
+ .os_tag = .linux ,
339
+ .abi = .none ,
340
+ },
341
+ },
345
342
346
- // https://github.com/ziglang/zig/issues/16846
347
- //.{
348
- // .target = .{
349
- // .cpu_arch = .mipsel,
350
- // .os_tag = .linux,
351
- // .abi = .musl,
352
- // },
353
- // .link_libc = true,
354
- //},
343
+ .{
344
+ .target = .{
345
+ .cpu_arch = .mipsel ,
346
+ .os_tag = .linux ,
347
+ .abi = .musl ,
348
+ },
349
+ .link_libc = true ,
350
+ },
355
351
356
352
// https://github.com/ziglang/zig/issues/4927
357
353
//.{
You can’t perform that action at this time.
0 commit comments