| ... | @@ -187,29 +187,30 @@ const test_targets = blk: { | ... | @@ -187,29 +187,30 @@ const test_targets = blk: { |
| 187 | .link_libc = true, | 187 | .link_libc = true, |
| 188 | }, | 188 | }, |
| 189 | | 189 | |
| 190 | .{ | 190 | // Disabled due to https://codeberg.org/ziglang/zig/pulls/30232#issuecomment-9203351 |
| 191 | .target = .{ | 191 | //.{ |
| 192 | .cpu_arch = .aarch64, | 192 | // .target = .{ |
| 193 | .os_tag = .linux, | 193 | // .cpu_arch = .aarch64, |
| 194 | .abi = .none, | 194 | // .os_tag = .linux, |
| 195 | }, | 195 | // .abi = .none, |
| 196 | .use_llvm = false, | 196 | // }, |
| 197 | .use_lld = false, | 197 | // .use_llvm = false, |
| 198 | .optimize_mode = .ReleaseFast, | 198 | // .use_lld = false, |
| 199 | .strip = true, | 199 | // .optimize_mode = .ReleaseFast, |
| 200 | }, | 200 | // .strip = true, |
| 201 | .{ | 201 | //}, |
| 202 | .target = .{ | 202 | //.{ |
| 203 | .cpu_arch = .aarch64, | 203 | // .target = .{ |
| 204 | .cpu_model = .{ .explicit = &std.Target.aarch64.cpu.neoverse_n1 }, | 204 | // .cpu_arch = .aarch64, |
| 205 | .os_tag = .linux, | 205 | // .cpu_model = .{ .explicit = &std.Target.aarch64.cpu.neoverse_n1 }, |
| 206 | .abi = .none, | 206 | // .os_tag = .linux, |
| 207 | }, | 207 | // .abi = .none, |
| 208 | .use_llvm = false, | 208 | // }, |
| 209 | .use_lld = false, | 209 | // .use_llvm = false, |
| 210 | .optimize_mode = .ReleaseFast, | 210 | // .use_lld = false, |
| 211 | .strip = true, | 211 | // .optimize_mode = .ReleaseFast, |
| 212 | }, | 212 | // .strip = true, |
| | 213 | //}, |
| 213 | | 214 | |
| 214 | .{ | 215 | .{ |
| 215 | .target = .{ | 216 | .target = .{ |
| ... | @@ -1204,17 +1205,18 @@ const test_targets = blk: { | ... | @@ -1204,17 +1205,18 @@ const test_targets = blk: { |
| 1204 | }, | 1205 | }, |
| 1205 | }, | 1206 | }, |
| 1206 | | 1207 | |
| 1207 | .{ | 1208 | // Disabled due to https://codeberg.org/ziglang/zig/pulls/30232#issuecomment-9203351 |
| 1208 | .target = .{ | 1209 | //.{ |
| 1209 | .cpu_arch = .aarch64, | 1210 | // .target = .{ |
| 1210 | .os_tag = .macos, | 1211 | // .cpu_arch = .aarch64, |
| 1211 | .abi = .none, | 1212 | // .os_tag = .macos, |
| 1212 | }, | 1213 | // .abi = .none, |
| 1213 | .use_llvm = false, | 1214 | // }, |
| 1214 | .use_lld = false, | 1215 | // .use_llvm = false, |
| 1215 | .optimize_mode = .ReleaseFast, | 1216 | // .use_lld = false, |
| 1216 | .strip = true, | 1217 | // .optimize_mode = .ReleaseFast, |
| 1217 | }, | 1218 | // .strip = true, |
| | 1219 | //}, |
| 1218 | | 1220 | |
| 1219 | .{ | 1221 | .{ |
| 1220 | .target = .{ | 1222 | .target = .{ |