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
1 files changed, 0 insertions(+), 9 deletions(-)
test
test/tests.zig-9
| ... | ... | @@ -144,15 +144,6 @@ const module_test_targets = blk: { |
| 144 | 144 | .link_libc = true, |
| 145 | 145 | }, |
| 146 | 146 | |
| 147 | | .{ |
| 148 | | .target = .{ |
| 149 | | .cpu_arch = .x86, |
| 150 | | .os_tag = .freebsd, |
| 151 | | .abi = .none, |
| 152 | | }, |
| 153 | | .link_libc = true, |
| 154 | | }, |
| 155 | | |
| 156 | 147 | .{ |
| 157 | 148 | .target = .{ |
| 158 | 149 | .cpu_arch = .x86_64, |