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

tracked by #30687
This commit is contained in:
Andrew Kelley
2026-01-04 23:43:19 -08:00
parent 435cd6f129
commit 8669898819
+4 -3
View File
@@ -62,6 +62,7 @@ stage3-release/bin/zig build \
-Dversion-string="$(stage3-release/bin/zig version)"
# diff returns an error code if the files differ.
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
# 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