authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-04-27 17:58:53+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-04-28 18:35:01+02:00
logc8a0d8ff2b8557e3e7c3956a37293a0ce06dd3d0
treecfb01cae0e5b467aedad4aa318dcf52b8602b2ec
parente4a8a665040b22b52519b68433ed58b1e34f841d

ci: ignore fmt errors in test/incremental/


1 files changed, 1 insertions(+), 1 deletions(-)

ci/zinc/linux_test.sh+1-1
...@@ -45,7 +45,7 @@ cd $WORKSPACE...@@ -45,7 +45,7 @@ cd $WORKSPACE
4545
46# Look for non-conforming code formatting.46# Look for non-conforming code formatting.
47# Formatting errors can be fixed by running `zig fmt` on the files printed here.47# Formatting errors can be fixed by running `zig fmt` on the files printed here.
48$ZIG fmt --check . --exclude test/compile_errors/48$ZIG fmt --check . --exclude test/compile_errors/ --exclude test/incremental/
4949
50# Build stage2 standalone so that we can test stage2 against stage2 compiler-rt.50# Build stage2 standalone so that we can test stage2 against stage2 compiler-rt.
51$ZIG build -p stage2 -Dstatic-llvm -Dtarget=native-native-musl --search-prefix "$DEPS_LOCAL"51$ZIG build -p stage2 -Dstatic-llvm -Dtarget=native-native-musl --search-prefix "$DEPS_LOCAL"