commit 7b4561170a202c9929f5e61517f1bedaa0b60db6 (tree) parent abb8e7478d365088301a9390c12f86b2ad381ce9 Author: Jakub Konka <kubkon@jakubkonka.com> Date: Sun, 28 Jan 2024 11:06:42 +0100 ci: re-enable reproducibility for x86_64-macos Diffstat:
| M | ci/x86_64-macos-release.sh | | | 9 | ++++----- |
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/ci/x86_64-macos-release.sh b/ci/x86_64-macos-release.sh @@ -65,8 +65,7 @@ stage3/bin/zig build \ -Duse-zig-libcxx \ -Dversion-string="$(stage3/bin/zig version)" -# Disabled due to https://github.com/ziglang/zig/issues/15197 -## 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/bin/zig stage4/bin/zig +# 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/bin/zig stage4/bin/zig