mirror of
https://github.com/ziglang/zig.git
synced 2025-12-19 12:43:13 +00:00
ci: ignore fmt errors in test/incremental/
This commit is contained in:
parent
e4a8a66504
commit
c8a0d8ff2b
@ -45,7 +45,7 @@ cd $WORKSPACE
|
|||||||
|
|
||||||
# Look for non-conforming code formatting.
|
# Look for non-conforming code formatting.
|
||||||
# Formatting errors can be fixed by running `zig fmt` on the files printed here.
|
# Formatting errors can be fixed by running `zig fmt` on the files printed here.
|
||||||
$ZIG fmt --check . --exclude test/compile_errors/
|
$ZIG fmt --check . --exclude test/compile_errors/ --exclude test/incremental/
|
||||||
|
|
||||||
# Build stage2 standalone so that we can test stage2 against stage2 compiler-rt.
|
# Build stage2 standalone so that we can test stage2 against stage2 compiler-rt.
|
||||||
$ZIG build -p stage2 -Dstatic-llvm -Dtarget=native-native-musl --search-prefix "$DEPS_LOCAL"
|
$ZIG build -p stage2 -Dstatic-llvm -Dtarget=native-native-musl --search-prefix "$DEPS_LOCAL"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user