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