authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-04-06 13:58:25-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-04-06 13:58:25-07:00
log271f24f0477ab5d79b803bf895cb75be58571a2e
tree8d14632d25abdb80cd6afd6dd1750d4f22277269
parenteccf39c99582e8702d32d982660c952fae6aaff8

CI: disable reproducibility check on x86_64-macos


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

ci/x86_64-macos-release.sh+5-4
......@@ -68,7 +68,8 @@ stage3/bin/zig build \
6868 -Duse-zig-libcxx \
6969 -Dversion-string="$(stage3/bin/zig version)"
7070
71# diff returns an error code if the files differ.
72echo "If the following command fails, it means nondeterminism has been"
73echo "introduced, making stage3 and stage4 no longer byte-for-byte identical."
74diff 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