aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2022-04-27 17:58:53 +0200
committerJakub Konka <kubkon@jakubkonka.com>2022-04-28 18:35:01 +0200
commitc8a0d8ff2b8557e3e7c3956a37293a0ce06dd3d0 (patch)
treecfb01cae0e5b467aedad4aa318dcf52b8602b2ec
parente4a8a665040b22b52519b68433ed58b1e34f841d (diff)
downloadzig-c8a0d8ff2b8557e3e7c3956a37293a0ce06dd3d0.tar.gz
zig-c8a0d8ff2b8557e3e7c3956a37293a0ce06dd3d0.zip
ci: ignore fmt errors in test/incremental/
-rwxr-xr-xci/zinc/linux_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/zinc/linux_test.sh b/ci/zinc/linux_test.sh
index b0f65aefd3..ec999a483a 100755
--- a/ci/zinc/linux_test.sh
+++ b/ci/zinc/linux_test.sh
@@ -45,7 +45,7 @@ cd $WORKSPACE
# Look for non-conforming code formatting.
# 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.
$ZIG build -p stage2 -Dstatic-llvm -Dtarget=native-native-musl --search-prefix "$DEPS_LOCAL"