| ... | @@ -45,7 +45,7 @@ cd $WORKSPACE | ... | @@ -45,7 +45,7 @@ cd $WORKSPACE |
| 45 | | 45 | |
| 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/ |
| 49 | | 49 | |
| 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" |