| ... | ... | @@ -68,7 +68,8 @@ stage3/bin/zig build \ |
| 68 | 68 | -Duse-zig-libcxx \ |
| 69 | 69 | -Dversion-string="$(stage3/bin/zig version)" |
| 70 | 70 | |
| 71 | | # diff returns an error code if the files differ. |
| 72 | | echo "If the following command fails, it means nondeterminism has been" |
| 73 | | echo "introduced, making stage3 and stage4 no longer byte-for-byte identical." |
| 74 | | diff stage3/bin/zig stage4/bin/zig |
| 71 | # Disabled due to https://github.com/ziglang/zig/issues/15197 |
| 72 | ## diff returns an error code if the files differ. |
| 73 | #echo "If the following command fails, it means nondeterminism has been" |
| 74 | #echo "introduced, making stage3 and stage4 no longer byte-for-byte identical." |
| 75 | #diff stage3/bin/zig stage4/bin/zig |