| ... | ... | @@ -65,8 +65,7 @@ stage3/bin/zig build \ |
| 65 | 65 | -Duse-zig-libcxx \ |
| 66 | 66 | -Dversion-string="$(stage3/bin/zig version)" |
| 67 | 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 |
| 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 |