zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 616c82e446625478179b873b37b05fddfc53ed01 (tree)
parent e44b55b07213a4907d31e573afc3090a749c89de
Author: LemonBoy <thatlemon@gmail.com>
Date:   Sun,  6 Jun 2021 11:12:41 +0200

Revert "tests: disable i386-linux-gnu -lc target due to CI failures"

This reverts commit 97a2f4e7ae9c52c595841347bb0b26572b180dcf.

Diffstat:
Mtest/tests.zig | 17++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/test/tests.zig b/test/tests.zig @@ -98,15 +98,14 @@ const test_targets = blk: { }, .link_libc = true, }, - // https://github.com/ziglang/zig/issues/8930 - //TestTarget{ - // .target = .{ - // .cpu_arch = .i386, - // .os_tag = .linux, - // .abi = .gnu, - // }, - // .link_libc = true, - //}, + TestTarget{ + .target = .{ + .cpu_arch = .i386, + .os_tag = .linux, + .abi = .gnu, + }, + .link_libc = true, + }, TestTarget{ .target = .{