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

This reverts commit 8669898819.
This commit is contained in:
Alex Rønne Petersen
2026-03-25 04:06:59 +01:00
parent 5e0e1841c0
commit 54b3484256
+3 -4
View File
@@ -62,7 +62,6 @@ stage3-release/bin/zig build \
-Dversion-string="$(stage3-release/bin/zig version)"
# diff returns an error code if the files differ.
# https://codeberg.org/ziglang/zig/issues/30687
#echo "If the following command fails, it means nondeterminism has been"
#echo "introduced, making stage3 and stage4 no longer byte-for-byte identical."
#diff stage3-release/bin/zig stage4-release/bin/zig
echo "If the following command fails, it means nondeterminism has been"
echo "introduced, making stage3 and stage4 no longer byte-for-byte identical."
diff stage3-release/bin/zig stage4-release/bin/zig