From 54b3484256695381c034aa30f322b1499a4b27c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 25 Mar 2026 04:06:59 +0100 Subject: [PATCH] Revert "disable flaky test: aarch64-macos stage3/4 nondeterminism check" This reverts commit 866989881927f256af1c495577007d715c6ae610. --- ci/aarch64-macos-release.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ci/aarch64-macos-release.sh b/ci/aarch64-macos-release.sh index 00b6571f17..46c611f100 100755 --- a/ci/aarch64-macos-release.sh +++ b/ci/aarch64-macos-release.sh @@ -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