mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
ci: remove confusing message now that --ast-check is added
This extra message was intended to help contributors by clarifying what to do when they hit a `zig fmt` failure, but now AST errors are also emitted here and the message may actually introduce confusion. Remove it for now.
This commit is contained in:
parent
76584ad0c6
commit
e125ead2b1
@ -59,8 +59,9 @@ unset CXX
|
||||
|
||||
make $JOBS install
|
||||
|
||||
# look for formatting errors
|
||||
release/bin/zig fmt --check --ast-check .. || (echo "Please run 'zig fmt' to fix the non-conforming files listed above." && false)
|
||||
# Look for formatting errors and AST errors.
|
||||
# Formatting errors can be fixed by running `zig fmt` on the files printed here.
|
||||
release/bin/zig fmt --check --ast-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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user