| ... | ... | @@ -2722,6 +2722,10 @@ fn addOneModuleTest( |
| 2722 | 2722 | // Don't run spirv binaries |
| 2723 | 2723 | _ = these_tests.getEmittedBin(); |
| 2724 | 2724 | step.dependOn(&these_tests.step); |
| 2725 | } else if (target.cpu.arch == .x86_64 and target.os.tag.isDarwin()) { |
| 2726 | // https://codeberg.org/ziglang/zig/issues/35267 |
| 2727 | _ = these_tests.getEmittedBin(); |
| 2728 | step.dependOn(&these_tests.step); |
| 2725 | 2729 | } else { |
| 2726 | 2730 | const run = b.addRunArtifact(these_tests); |
| 2727 | 2731 | run.skip_foreign_checks = true; |