test: Enable x86-linux-musl with dynamic linkage in the module test matrix.
Building upstream musl for this target works now that we use hidden visibility
for compiler-rt symbols.
1 files changed, 10 insertions(+), 11 deletions(-)
test
test/tests.zig+10-11
| ... | ... | @@ -296,17 +296,16 @@ const test_targets = blk: { |
| 296 | 296 | }, |
| 297 | 297 | .link_libc = true, |
| 298 | 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 | | // }, |
| 299 | .{ |
| 300 | .target = .{ |
| 301 | .cpu_arch = .x86, |
| 302 | .os_tag = .linux, |
| 303 | .abi = .musl, |
| 304 | }, |
| 305 | .linkage = .dynamic, |
| 306 | .link_libc = true, |
| 307 | .extra_target = true, |
| 308 | }, |
| 310 | 309 | .{ |
| 311 | 310 | .target = .{ |
| 312 | 311 | .cpu_arch = .x86, |