| ... | @@ -12,9 +12,7 @@ const linux_aarch64 = std.zig.CrossTarget{ | ... | @@ -12,9 +12,7 @@ const linux_aarch64 = std.zig.CrossTarget{ |
| 12 | }; | 12 | }; |
| 13 | | 13 | |
| 14 | pub fn addCases(ctx: *TestContext) !void { | 14 | pub fn addCases(ctx: *TestContext) !void { |
| 15 | // TODO enable when we add codesigning to the self-hosted linker | 15 | { |
| 16 | // related to #6971 | | |
| 17 | if (false) { | | |
| 18 | var case = ctx.exe("hello world with updates", macos_aarch64); | 16 | var case = ctx.exe("hello world with updates", macos_aarch64); |
| 19 | | 17 | |
| 20 | // Regular old hello world | 18 | // Regular old hello world |