From 96ebf9396f31c8645a2d0f064f211a25796f4c3e Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 21 Jun 2021 19:06:33 -0700 Subject: [PATCH] ci: no need for --ast-check since zig will now run AstGen even when using the stage1 backend. --- ci/azure/linux_script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/azure/linux_script b/ci/azure/linux_script index 33c44c51e06c5f62aaf922d2f9ea6a3657a4a6c7..33ad349044ce14b2f0e178fa7465e5f0321ce6df 100755 --- a/ci/azure/linux_script +++ b/ci/azure/linux_script @@ -59,9 +59,9 @@ unset CXX make $JOBS install -# Look for formatting errors and AST errors. +# Look for non-conforming code formatting. # Formatting errors can be fixed by running `zig fmt` on the files printed here. -release/bin/zig fmt --check --ast-check .. +release/bin/zig fmt --check .. # Here we rebuild zig but this time using the Zig binary we just now produced to # build zig1.o rather than relying on the one built with stage0. See -- 2.54.0