authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2024-01-21 22:20:36+01:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2024-01-24 12:34:42+01:00
logd7265384941abeb0af7021d2df63f27899a80c82
treeac127031c4b1abe40bf9a8e0d0a18577fbca951e
parent06224c23b7ac3b4e31c6f63898da4107cbe918a8

test/link/macho: ensure we do not run testStackSize on foreign host


1 files changed, 1 insertions(+), 0 deletions(-)

test/link/macho.zig+1
......@@ -1402,6 +1402,7 @@ fn testStackSize(b: *Build, opts: Options) *Step {
14021402 exe.stack_size = 0x100000000;
14031403
14041404 const run = addRunArtifact(exe);
1405 run.expectExitCode(0);
14051406 test_step.dependOn(&run.step);
14061407
14071408 const check = exe.checkObject();