| ... | ... | @@ -12,18 +12,18 @@ pub fn build(b: *Builder) void { |
| 12 | 12 | .os_tag = .macos, |
| 13 | 13 | }; |
| 14 | 14 | |
| 15 | | testUuid(b, test_step, .ReleaseSafe, aarch64_macos, "46b333df88f5314686fc0cba3b939ca8"); |
| 16 | | testUuid(b, test_step, .ReleaseFast, aarch64_macos, "46b333df88f5314686fc0cba3b939ca8"); |
| 17 | | testUuid(b, test_step, .ReleaseSmall, aarch64_macos, "46b333df88f5314686fc0cba3b939ca8"); |
| 15 | testUuid(b, test_step, .ReleaseSafe, aarch64_macos, "af0f4c21a07c30daba59213d80262e45"); |
| 16 | testUuid(b, test_step, .ReleaseFast, aarch64_macos, "af0f4c21a07c30daba59213d80262e45"); |
| 17 | testUuid(b, test_step, .ReleaseSmall, aarch64_macos, "af0f4c21a07c30daba59213d80262e45"); |
| 18 | 18 | |
| 19 | 19 | const x86_64_macos = std.zig.CrossTarget{ |
| 20 | 20 | .cpu_arch = .x86_64, |
| 21 | 21 | .os_tag = .macos, |
| 22 | 22 | }; |
| 23 | 23 | |
| 24 | | testUuid(b, test_step, .ReleaseSafe, x86_64_macos, "342ac765194131e1bad5692b9e0e54a4"); |
| 25 | | testUuid(b, test_step, .ReleaseFast, x86_64_macos, "342ac765194131e1bad5692b9e0e54a4"); |
| 26 | | testUuid(b, test_step, .ReleaseSmall, x86_64_macos, "f119310e24773ecf8ec42e09d0379dad"); |
| 24 | testUuid(b, test_step, .ReleaseSafe, x86_64_macos, "63f47191c7153f5fba48bd63cb2f5f57"); |
| 25 | testUuid(b, test_step, .ReleaseFast, x86_64_macos, "63f47191c7153f5fba48bd63cb2f5f57"); |
| 26 | testUuid(b, test_step, .ReleaseSmall, x86_64_macos, "e7bba66220e33eda9e73ab293ccf93d2"); |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | fn testUuid( |