| author | |
| committer | |
| log | 7451f5d1174c1113da50c883c7b3f7e8415cea0a |
| tree | 4fb04736f08bd59e3156f35982a6020f7a2c5eb8 |
| parent | 197ba117870bf9391b633fb1aae7dc4a22098fac |
| signature |
While it's not supported as a native install architecture anymore, it's still a
supported compatibility target.1 files changed, 9 insertions(+), 0 deletions(-)
test/tests.zig+9| ... | @@ -144,6 +144,15 @@ const module_test_targets = blk: { | ... | @@ -144,6 +144,15 @@ const module_test_targets = blk: { |
| 144 | .link_libc = true, | 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 | |||
| 147 | .{ | 156 | .{ |
| 148 | .target = .{ | 157 | .target = .{ |
| 149 | .cpu_arch = .x86_64, | 158 | .cpu_arch = .x86_64, |