From a2b8a9756f867b75e9e9dfd0ecea9de162ad5eb1 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 6 May 2022 16:26:04 -0700 Subject: [PATCH] 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. --- ci/azure/macos_script | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ci/azure/macos_script b/ci/azure/macos_script index 1df1b10dc1..d44f4dae4b 100755 --- a/ci/azure/macos_script +++ b/ci/azure/macos_script @@ -58,8 +58,11 @@ make $JOBS install # Build stage2 standalone so that we can test stage2 against stage2 compiler-rt. release/bin/zig build -p stage2 -Denable-llvm -stage2/bin/zig build test-behavior +# TODO: enable this +#stage2/bin/zig build test-behavior +# TODO: upgrade these to test stage2 instead of stage1 +# TODO: upgrade these to test stage3 instead of stage2 release/bin/zig build test-behavior -Denable-macos-sdk -Domit-stage2 release/bin/zig build test-compiler-rt -Denable-macos-sdk release/bin/zig build test-std -Denable-macos-sdk