zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 3852c8eae40755340cf9b06e4e3798884b0ecb7f (tree)
parent e4512531d53d9a43a7cabbc793e618454c35aba3
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Wed, 27 May 2026 02:34:30 +0200

Revert "test: add x86-freebsd to the module test matrix"

This reverts commit 7451f5d1174c1113da50c883c7b3f7e8415cea0a.

https://codeberg.org/ziglang/zig/actions/runs/3954/jobs/16/attempt/1

Diffstat:
Mtest/tests.zig | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/test/tests.zig b/test/tests.zig @@ -146,15 +146,6 @@ const module_test_targets = blk: { .{ .target = .{ - .cpu_arch = .x86, - .os_tag = .freebsd, - .abi = .none, - }, - .link_libc = true, - }, - - .{ - .target = .{ .cpu_arch = .x86_64, .os_tag = .freebsd, .abi = .none,