File tree 1 file changed +34
-30
lines changed
1 file changed +34
-30
lines changed Original file line number Diff line number Diff line change @@ -241,22 +241,24 @@ const test_targets = blk: {
241
241
// .link_libc = true,
242
242
//},
243
243
244
- .{
245
- .target = .{
246
- .cpu_arch = .mips ,
247
- .os_tag = .linux ,
248
- .abi = .none ,
249
- },
250
- },
244
+ // https://github.com/ziglang/zig/issues/13782
245
+ //.{
246
+ // .target = .{
247
+ // .cpu_arch = .mips,
248
+ // .os_tag = .linux,
249
+ // .abi = .none,
250
+ // },
251
+ //},
251
252
252
- .{
253
- .target = .{
254
- .cpu_arch = .mips ,
255
- .os_tag = .linux ,
256
- .abi = .musl ,
257
- },
258
- .link_libc = true ,
259
- },
253
+ // https://github.com/ziglang/zig/issues/13782
254
+ //.{
255
+ // .target = .{
256
+ // .cpu_arch = .mips,
257
+ // .os_tag = .linux,
258
+ // .abi = .musl,
259
+ // },
260
+ // .link_libc = true,
261
+ //},
260
262
261
263
// https://github.com/ziglang/zig/issues/4927
262
264
//.{
@@ -295,21 +297,23 @@ const test_targets = blk: {
295
297
// .link_libc = true,
296
298
//},
297
299
298
- .{
299
- .target = .{
300
- .cpu_arch = .powerpc ,
301
- .os_tag = .linux ,
302
- .abi = .none ,
303
- },
304
- },
305
- .{
306
- .target = .{
307
- .cpu_arch = .powerpc ,
308
- .os_tag = .linux ,
309
- .abi = .musl ,
310
- },
311
- .link_libc = true ,
312
- },
300
+ // https://github.com/ziglang/zig/issues/13782
301
+ //.{
302
+ // .target = .{
303
+ // .cpu_arch = .powerpc,
304
+ // .os_tag = .linux,
305
+ // .abi = .none,
306
+ // },
307
+ //},
308
+ // https://github.com/ziglang/zig/issues/13782
309
+ //.{
310
+ // .target = .{
311
+ // .cpu_arch = .powerpc,
312
+ // .os_tag = .linux,
313
+ // .abi = .musl,
314
+ // },
315
+ // .link_libc = true,
316
+ //},
313
317
// https://github.com/ziglang/zig/issues/2256
314
318
//.{
315
319
// .target = .{
You can’t perform that action at this time.
0 commit comments