| author | |
| committer | |
| log | 96ebf9396f31c8645a2d0f064f211a25796f4c3e |
| tree | 29c99ec4a09c1049211104a412da573ed8bd8c4d |
| parent | cf65ab86011c3098bff131d6b98e13a494fc4814 |
since zig will now run AstGen even when using the stage1 backend.1 files changed, 2 insertions(+), 2 deletions(-)
ci/azure/linux_script+2-2| ... | ... | @@ -59,9 +59,9 @@ unset CXX |
| 59 | 59 | |
| 60 | 60 | make $JOBS install |
| 61 | 61 | |
| 62 | # Look for formatting errors and AST errors. | |
| 62 | # Look for non-conforming code formatting. | |
| 63 | 63 | # Formatting errors can be fixed by running `zig fmt` on the files printed here. |
| 64 | release/bin/zig fmt --check --ast-check .. | |
| 64 | release/bin/zig fmt --check .. | |
| 65 | 65 | |
| 66 | 66 | # Here we rebuild zig but this time using the Zig binary we just now produced to |
| 67 | 67 | # build zig1.o rather than relying on the one built with stage0. See |