mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
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.
This commit is contained in:
parent
e882956ef6
commit
b0c10e2262
1 changed files with 10 additions and 11 deletions
|
|
@ -296,17 +296,16 @@ const test_targets = blk: {
|
|||
},
|
||||
.link_libc = true,
|
||||
},
|
||||
// https://github.com/ziglang/zig/issues/7935
|
||||
// .{
|
||||
// .target = .{
|
||||
// .cpu_arch = .x86,
|
||||
// .os_tag = .linux,
|
||||
// .abi = .musl,
|
||||
// },
|
||||
// .linkage = .dynamic,
|
||||
// .link_libc = true,
|
||||
// .extra_target = true,
|
||||
// },
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .x86,
|
||||
.os_tag = .linux,
|
||||
.abi = .musl,
|
||||
},
|
||||
.linkage = .dynamic,
|
||||
.link_libc = true,
|
||||
.extra_target = true,
|
||||
},
|
||||
.{
|
||||
.target = .{
|
||||
.cpu_arch = .x86,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue