authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-03-25 04:06:59+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-03-25 20:40:29+01:00
log54b3484256695381c034aa30f322b1499a4b27c8
treebe536b12f89aed46ce81d8727581d940cf9784f9
parent5e0e1841c060ea823d8869b8408e18eec52cba71

Revert "disable flaky test: aarch64-macos stage3/4 nondeterminism check"

This reverts commit 866989881927f256af1c495577007d715c6ae610.

1 files changed, 3 insertions(+), 4 deletions(-)

ci/aarch64-macos-release.sh+3-4
......@@ -62,7 +62,6 @@ stage3-release/bin/zig build \
6262 -Dversion-string="$(stage3-release/bin/zig version)"
6363
6464# diff returns an error code if the files differ.
65# https://codeberg.org/ziglang/zig/issues/30687
66#echo "If the following command fails, it means nondeterminism has been"
67#echo "introduced, making stage3 and stage4 no longer byte-for-byte identical."
68#diff stage3-release/bin/zig stage4-release/bin/zig
65echo "If the following command fails, it means nondeterminism has been"
66echo "introduced, making stage3 and stage4 no longer byte-for-byte identical."
67diff stage3-release/bin/zig stage4-release/bin/zig