| ... | ... | @@ -62,6 +62,7 @@ stage3-release/bin/zig build \ |
| 62 | 62 | -Dversion-string="$(stage3-release/bin/zig version)" |
| 63 | 63 | |
| 64 | 64 | # diff returns an error code if the files differ. |
| 65 | | echo "If the following command fails, it means nondeterminism has been" |
| 66 | | echo "introduced, making stage3 and stage4 no longer byte-for-byte identical." |
| 67 | | diff stage3-release/bin/zig stage4-release/bin/zig |
| 65 | # https://codeberg.org/ziglang/zig/issues/30687 |
| 66 | #echo "If the following command fails, it means nondeterminism has been" |
| 67 | #echo "introduced, making stage3 and stage4 no longer byte-for-byte identical." |
| 68 | #diff stage3-release/bin/zig stage4-release/bin/zig |