| ... | ... | @@ -22,7 +22,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STAT |
| 22 | 22 | make -j$(nproc) install |
| 23 | 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 | | ./zig build test-compare-output test-standalone test-stack-traces |
| 25 | ./zig build test-standalone test-stack-traces |
| 26 | 26 | # TODO test-cli is hitting https://github.com/ziglang/zig/issues/3526 |
| 27 | 27 | ./zig build test-asm-link test-runtime-safety |
| 28 | 28 | # TODO test-translate-c is hitting https://github.com/ziglang/zig/issues/3526 |