We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb8e74 commit 7b45611Copy full SHA for 7b45611
ci/x86_64-macos-release.sh
@@ -65,8 +65,7 @@ stage3/bin/zig build \
65
-Duse-zig-libcxx \
66
-Dversion-string="$(stage3/bin/zig version)"
67
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
+# 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
0 commit comments