From 866989881927f256af1c495577007d715c6ae610 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 4 Jan 2026 23:43:19 -0800 Subject: [PATCH] disable flaky test: aarch64-macos stage3/4 nondeterminism check tracked by #30687 --- ci/aarch64-macos-release.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ci/aarch64-macos-release.sh b/ci/aarch64-macos-release.sh index 46c611f100..00b6571f17 100755 --- a/ci/aarch64-macos-release.sh +++ b/ci/aarch64-macos-release.sh @@ -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