authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2024-01-28 11:06:42+01:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2024-01-29 13:16:58+01:00
log7b4561170a202c9929f5e61517f1bedaa0b60db6
tree0d27b6a02ec77dd3872f24efbe865c8e545a118b
parentabb8e7478d365088301a9390c12f86b2ad381ce9

ci: re-enable reproducibility for x86_64-macos


1 files changed, 4 insertions(+), 5 deletions(-)

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