From 3852c8eae40755340cf9b06e4e3798884b0ecb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 27 May 2026 02:34:30 +0200 Subject: [PATCH] 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 --- test/tests.zig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index 20f9a66ff4..276dc21b4b 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -144,15 +144,6 @@ const module_test_targets = blk: { .link_libc = true, }, - .{ - .target = .{ - .cpu_arch = .x86, - .os_tag = .freebsd, - .abi = .none, - }, - .link_libc = true, - }, - .{ .target = .{ .cpu_arch = .x86_64,