| author | |
| committer | |
| log | 93f48189f18c9e2a74c8385497a31cbec3059a79 |
| tree | 4092abceac880f799ccca6745628f43dcf12ace5 |
| parent | 679876ba7266e6a9eac73705280a39158808bd52 |
This is needed to catch any possible problem with executables linking to
32bit glibc.1 files changed, 8 insertions(+), 9 deletions(-)
test/tests.zig+8-9| ... | @@ -98,15 +98,14 @@ const test_targets = blk: { | ... | @@ -98,15 +98,14 @@ const test_targets = blk: { |
| 98 | }, | 98 | }, |
| 99 | .link_libc = true, | 99 | .link_libc = true, |
| 100 | }, | 100 | }, |
| 101 | // https://github.com/ziglang/zig/issues/4926 | 101 | TestTarget{ |
| 102 | //TestTarget{ | 102 | .target = .{ |
| 103 | // .target = .{ | 103 | .cpu_arch = .i386, |
| 104 | // .cpu_arch = .i386, | 104 | .os_tag = .linux, |
| 105 | // .os_tag = .linux, | 105 | .abi = .gnu, |
| 106 | // .abi = .gnu, | 106 | }, |
| 107 | // }, | 107 | .link_libc = true, |
| 108 | // .link_libc = true, | 108 | }, |
| 109 | //}, | ||
| 110 | 109 | ||
| 111 | TestTarget{ | 110 | TestTarget{ |
| 112 | .target = .{ | 111 | .target = .{ |