disable x86_64-macos -OReleaseSmall tests

tracked by #19851
This commit is contained in:
Andrew Kelley 2024-05-03 13:24:32 -07:00
parent 126c9a34af
commit 107d4f6683

View File

@ -59,6 +59,7 @@ stage3/bin/zig build test docs \
-Denable-macos-sdk \
-Dstatic-llvm \
-Dskip-non-native \
-Dskip-release-small \ # https://github.com/ziglang/zig/issues/19851
--search-prefix "$PREFIX"
# Ensure that stage3 and stage4 are byte-for-byte identical.