mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
Enable mipsel+libc tests on CI
This commit is contained in:
parent
a220648198
commit
9ad0541f2c
@ -140,6 +140,16 @@ const test_targets = [_]TestTarget{
|
||||
},
|
||||
},
|
||||
},
|
||||
TestTarget{
|
||||
.target = Target{
|
||||
.Cross = CrossTarget{
|
||||
.os = .linux,
|
||||
.arch = .mipsel,
|
||||
.abi = .musl,
|
||||
},
|
||||
},
|
||||
.link_libc = true,
|
||||
},
|
||||
|
||||
TestTarget{
|
||||
.target = Target{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user