authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-05-06 16:26:04-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-05-06 16:26:04-07:00
loga2b8a9756f867b75e9e9dfd0ecea9de162ad5eb1
tree372005f665aaf70ada315156b568294d78a4e6cb
parent6d605ca6908e53a883eeb0aa9800e89136f83013

CI: macos: disable stage2 test-behavior

stage2 on macOS is not yet capable of passing these tests. Such improvements will be done in a follow-up change.

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

ci/azure/macos_script+4-1
......@@ -58,8 +58,11 @@ make $JOBS install
5858# Build stage2 standalone so that we can test stage2 against stage2 compiler-rt.
5959release/bin/zig build -p stage2 -Denable-llvm
6060
61stage2/bin/zig build test-behavior
61# TODO: enable this
62#stage2/bin/zig build test-behavior
6263
64# TODO: upgrade these to test stage2 instead of stage1
65# TODO: upgrade these to test stage3 instead of stage2
6366release/bin/zig build test-behavior -Denable-macos-sdk -Domit-stage2
6467release/bin/zig build test-compiler-rt -Denable-macos-sdk
6568release/bin/zig build test-std -Denable-macos-sdk