diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-04-06 13:58:25 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-04-06 13:58:25 -0700 |
| commit | 271f24f0477ab5d79b803bf895cb75be58571a2e (patch) | |
| tree | 8d14632d25abdb80cd6afd6dd1750d4f22277269 | |
| parent | eccf39c99582e8702d32d982660c952fae6aaff8 (diff) | |
| download | zig-271f24f0477ab5d79b803bf895cb75be58571a2e.tar.gz zig-271f24f0477ab5d79b803bf895cb75be58571a2e.zip | |
CI: disable reproducibility check on x86_64-macos
| -rwxr-xr-x | ci/x86_64-macos-release.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ci/x86_64-macos-release.sh b/ci/x86_64-macos-release.sh index 851e69b32a..1dd17943c3 100755 --- a/ci/x86_64-macos-release.sh +++ b/ci/x86_64-macos-release.sh @@ -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 |
