From 01a44e9aa489f152958ae10bc1119e33fed9fba5 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 9 Jan 2023 16:21:25 -0700 Subject: [PATCH] CI: disable mips and powerpc Tracking issue #13782 --- test/tests.zig | 64 +++++++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index e2b3c15112..7e98cb5a03 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -241,22 +241,24 @@ const test_targets = blk: { // .link_libc = true, //}, - .{ - .target = .{ - .cpu_arch = .mips, - .os_tag = .linux, - .abi = .none, - }, - }, + // https://github.com/ziglang/zig/issues/13782 + //.{ + // .target = .{ + // .cpu_arch = .mips, + // .os_tag = .linux, + // .abi = .none, + // }, + //}, - .{ - .target = .{ - .cpu_arch = .mips, - .os_tag = .linux, - .abi = .musl, - }, - .link_libc = true, - }, + // https://github.com/ziglang/zig/issues/13782 + //.{ + // .target = .{ + // .cpu_arch = .mips, + // .os_tag = .linux, + // .abi = .musl, + // }, + // .link_libc = true, + //}, // https://github.com/ziglang/zig/issues/4927 //.{ @@ -295,21 +297,23 @@ const test_targets = blk: { // .link_libc = true, //}, - .{ - .target = .{ - .cpu_arch = .powerpc, - .os_tag = .linux, - .abi = .none, - }, - }, - .{ - .target = .{ - .cpu_arch = .powerpc, - .os_tag = .linux, - .abi = .musl, - }, - .link_libc = true, - }, + // https://github.com/ziglang/zig/issues/13782 + //.{ + // .target = .{ + // .cpu_arch = .powerpc, + // .os_tag = .linux, + // .abi = .none, + // }, + //}, + // https://github.com/ziglang/zig/issues/13782 + //.{ + // .target = .{ + // .cpu_arch = .powerpc, + // .os_tag = .linux, + // .abi = .musl, + // }, + // .link_libc = true, + //}, // https://github.com/ziglang/zig/issues/2256 //.{ // .target = .{