Skip to content

Commit 7b45611

Browse files
committed
ci: re-enable reproducibility for x86_64-macos
1 parent abb8e74 commit 7b45611

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ci/x86_64-macos-release.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ stage3/bin/zig build \
6565
-Duse-zig-libcxx \
6666
-Dversion-string="$(stage3/bin/zig version)"
6767

68-
# Disabled due to https://github.com/ziglang/zig/issues/15197
69-
## diff returns an error code if the files differ.
70-
#echo "If the following command fails, it means nondeterminism has been"
71-
#echo "introduced, making stage3 and stage4 no longer byte-for-byte identical."
72-
#diff stage3/bin/zig stage4/bin/zig
68+
# diff returns an error code if the files differ.
69+
echo "If the following command fails, it means nondeterminism has been"
70+
echo "introduced, making stage3 and stage4 no longer byte-for-byte identical."
71+
diff stage3/bin/zig stage4/bin/zig

0 commit comments

Comments
 (0)