| ... | @@ -13,14 +13,6 @@ const linux_riscv64 = std.zig.CrossTarget{ | ... | @@ -13,14 +13,6 @@ const linux_riscv64 = std.zig.CrossTarget{ |
| 13 | }; | 13 | }; |
| 14 | | 14 | |
| 15 | pub fn addCases(ctx: *TestContext) !void { | 15 | pub fn addCases(ctx: *TestContext) !void { |
| 16 | if (std.Target.current.os.tag != .linux or | | |
| 17 | std.Target.current.cpu.arch != .x86_64) | | |
| 18 | { | | |
| 19 | // TODO implement self-hosted PE (.exe file) linking | | |
| 20 | // TODO implement more ZIR so we don't depend on x86_64-linux | | |
| 21 | return; | | |
| 22 | } | | |
| 23 | | | |
| 24 | { | 16 | { |
| 25 | var case = ctx.exe("hello world with updates", linux_x64); | 17 | var case = ctx.exe("hello world with updates", linux_x64); |
| 26 | | 18 | |