| ... | ... | @@ -20,7 +20,7 @@ cd build |
| 20 | 20 | cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local |
| 21 | 21 | |
| 22 | 22 | make -j$(nproc) install |
| 23 | | ./zig build test-fmt test-behavior test-std test-compiler-rt |
| 23 | ./zig build test-fmt test-behavior test-std test-compiler-rt -Dskip-release |
| 24 | 24 | # TODO test-compare-output is hitting https://github.com/ziglang/zig/issues/3526 |
| 25 | 25 | ./zig build test-compare-output test-standalone test-stack-traces |
| 26 | 26 | # TODO test-cli is hitting https://github.com/ziglang/zig/issues/3526 |