CI: disable reproducibility check on x86_64-macos

This commit is contained in:
Andrew Kelley 2023-04-06 13:58:25 -07:00
parent eccf39c995
commit 271f24f047

View File

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