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: {
241241 // .link_libc = true,
242242 //},
243243
244 .{
245 .target = .{
246 .cpu_arch = .mips,
247 .os_tag = .linux,
248 .abi = .none,
249 },
250 },
244 // https://github.com/ziglang/zig/issues/13782
245 //.{
246 // .target = .{
247 // .cpu_arch = .mips,
248 // .os_tag = .linux,
249 // .abi = .none,
250 // },
251 //},
251252
252 .{
253 .target = .{
254 .cpu_arch = .mips,
255 .os_tag = .linux,
256 .abi = .musl,
257 },
258 .link_libc = true,
259 },
253 // https://github.com/ziglang/zig/issues/13782
254 //.{
255 // .target = .{
256 // .cpu_arch = .mips,
257 // .os_tag = .linux,
258 // .abi = .musl,
259 // },
260 // .link_libc = true,
261 //},
260262
261263 // https://github.com/ziglang/zig/issues/4927
262264 //.{
......@@ -295,21 +297,23 @@ const test_targets = blk: {
295297 // .link_libc = true,
296298 //},
297299
298 .{
299 .target = .{
300 .cpu_arch = .powerpc,
301 .os_tag = .linux,
302 .abi = .none,
303 },
304 },
305 .{
306 .target = .{
307 .cpu_arch = .powerpc,
308 .os_tag = .linux,
309 .abi = .musl,
310 },
311 .link_libc = true,
312 },
300 // https://github.com/ziglang/zig/issues/13782
301 //.{
302 // .target = .{
303 // .cpu_arch = .powerpc,
304 // .os_tag = .linux,
305 // .abi = .none,
306 // },
307 //},
308 // https://github.com/ziglang/zig/issues/13782
309 //.{
310 // .target = .{
311 // .cpu_arch = .powerpc,
312 // .os_tag = .linux,
313 // .abi = .musl,
314 // },
315 // .link_libc = true,
316 //},
313317 // https://github.com/ziglang/zig/issues/2256
314318 //.{
315319 // .target = .{