authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-01-09 16:21:25-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-01-09 16:21:25-07:00
log01a44e9aa489f152958ae10bc1119e33fed9fba5
tree7b3dbac0cefd69dccfff4abce85c1732f296b151
parent7d4bc54277ca89d80af05e76809ab3d041f494ac

CI: disable mips and powerpc

Tracking issue #13782

1 files changed, 34 insertions(+), 30 deletions(-)

test/tests.zig+34-30
...@@ -241,22 +241,24 @@ const test_targets = blk: {...@@ -241,22 +241,24 @@ const test_targets = blk: {
241 // .link_libc = true,241 // .link_libc = true,
242 //},242 //},
243243
244 .{244 // https://github.com/ziglang/zig/issues/13782
245 .target = .{245 //.{
246 .cpu_arch = .mips,246 // .target = .{
247 .os_tag = .linux,247 // .cpu_arch = .mips,
248 .abi = .none,248 // .os_tag = .linux,
249 },249 // .abi = .none,
250 },250 // },
251 //},
251252
252 .{253 // https://github.com/ziglang/zig/issues/13782
253 .target = .{254 //.{
254 .cpu_arch = .mips,255 // .target = .{
255 .os_tag = .linux,256 // .cpu_arch = .mips,
256 .abi = .musl,257 // .os_tag = .linux,
257 },258 // .abi = .musl,
258 .link_libc = true,259 // },
259 },260 // .link_libc = true,
261 //},
260262
261 // https://github.com/ziglang/zig/issues/4927263 // https://github.com/ziglang/zig/issues/4927
262 //.{264 //.{
...@@ -295,21 +297,23 @@ const test_targets = blk: {...@@ -295,21 +297,23 @@ const test_targets = blk: {
295 // .link_libc = true,297 // .link_libc = true,
296 //},298 //},
297299
298 .{300 // https://github.com/ziglang/zig/issues/13782
299 .target = .{301 //.{
300 .cpu_arch = .powerpc,302 // .target = .{
301 .os_tag = .linux,303 // .cpu_arch = .powerpc,
302 .abi = .none,304 // .os_tag = .linux,
303 },305 // .abi = .none,
304 },306 // },
305 .{307 //},
306 .target = .{308 // https://github.com/ziglang/zig/issues/13782
307 .cpu_arch = .powerpc,309 //.{
308 .os_tag = .linux,310 // .target = .{
309 .abi = .musl,311 // .cpu_arch = .powerpc,
310 },312 // .os_tag = .linux,
311 .link_libc = true,313 // .abi = .musl,
312 },314 // },
315 // .link_libc = true,
316 //},
313 // https://github.com/ziglang/zig/issues/2256317 // https://github.com/ziglang/zig/issues/2256
314 //.{318 //.{
315 // .target = .{319 // .target = .{