| author | |
| committer | |
| log | f125c4f5c795485e3c927c85198828793c1be434 |
| tree | cd41a5ca7e2ebc0cc87a597e394c5d3c27ed8588 |
| parent | 7e8f7da3ec0a841d7d009f9f55dad22235b418d3 |
1 files changed, 1 insertions(+), 3 deletions(-)
test/stage2/aarch64.zig+1-3| ... | ... | @@ -12,9 +12,7 @@ const linux_aarch64 = std.zig.CrossTarget{ |
| 12 | 12 | }; |
| 13 | 13 | |
| 14 | 14 | pub fn addCases(ctx: *TestContext) !void { |
| 15 | // TODO enable when we add codesigning to the self-hosted linker | |
| 16 | // related to #6971 | |
| 17 | if (false) { | |
| 15 | { | |
| 18 | 16 | var case = ctx.exe("hello world with updates", macos_aarch64); |
| 19 | 17 | |
| 20 | 18 | // Regular old hello world |