We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e882956 commit b0c10e2Copy full SHA for b0c10e2
test/tests.zig
@@ -296,17 +296,16 @@ const test_targets = blk: {
296
},
297
.link_libc = true,
298
299
- // https://github.com/ziglang/zig/issues/7935
300
- // .{
301
- // .target = .{
302
- // .cpu_arch = .x86,
303
- // .os_tag = .linux,
304
- // .abi = .musl,
305
- // },
306
- // .linkage = .dynamic,
307
- // .link_libc = true,
308
- // .extra_target = true,
309
+ .{
+ .target = .{
+ .cpu_arch = .x86,
+ .os_tag = .linux,
+ .abi = .musl,
+ },
+ .linkage = .dynamic,
+ .link_libc = true,
+ .extra_target = true,
310
.{
311
.target = .{
312
.cpu_arch = .x86,
0 commit comments