| ... | @@ -275,13 +275,14 @@ const test_targets = blk: { | ... | @@ -275,13 +275,14 @@ const test_targets = blk: { |
| 275 | // .link_libc = true, | 275 | // .link_libc = true, |
| 276 | //}, | 276 | //}, |
| 277 | | 277 | |
| 278 | .{ | 278 | // https://github.com/ziglang/zig/issues/16846 |
| 279 | .target = .{ | 279 | //.{ |
| 280 | .cpu_arch = .mips, | 280 | // .target = .{ |
| 281 | .os_tag = .linux, | 281 | // .cpu_arch = .mips, |
| 282 | .abi = .none, | 282 | // .os_tag = .linux, |
| 283 | }, | 283 | // .abi = .none, |
| 284 | }, | 284 | // }, |
| | 285 | //}, |
| 285 | | 286 | |
| 286 | .{ | 287 | .{ |
| 287 | .target = .{ | 288 | .target = .{ |
| ... | @@ -302,13 +303,14 @@ const test_targets = blk: { | ... | @@ -302,13 +303,14 @@ const test_targets = blk: { |
| 302 | // .link_libc = true, | 303 | // .link_libc = true, |
| 303 | //}, | 304 | //}, |
| 304 | | 305 | |
| 305 | .{ | 306 | // https://github.com/ziglang/zig/issues/16846 |
| 306 | .target = .{ | 307 | //.{ |
| 307 | .cpu_arch = .mipsel, | 308 | // .target = .{ |
| 308 | .os_tag = .linux, | 309 | // .cpu_arch = .mipsel, |
| 309 | .abi = .none, | 310 | // .os_tag = .linux, |
| 310 | }, | 311 | // .abi = .none, |
| 311 | }, | 312 | // }, |
| | 313 | //}, |
| 312 | | 314 | |
| 313 | .{ | 315 | .{ |
| 314 | .target = .{ | 316 | .target = .{ |