Skip to content

Commit 01a44e9

Browse files
committed
CI: disable mips and powerpc
Tracking issue #13782
1 parent 7d4bc54 commit 01a44e9

File tree

1 file changed

+34
-30
lines changed

1 file changed

+34
-30
lines changed

test/tests.zig

+34-30
Original file line numberDiff line numberDiff line change
@@ -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 = .{

0 commit comments

Comments
 (0)