| ... | @@ -20,9 +20,16 @@ cd build | ... | @@ -20,9 +20,16 @@ cd build |
| 20 | cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local | 20 | cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local |
| 21 | | 21 | |
| 22 | make -j$(nproc) install | 22 | make -j$(nproc) install |
| 23 | ./zig build test-behavior | 23 | ./zig build test-fmt test-behavior test-std test-compiler-rt |
| 24 | # TODO figure out why running docs is causing EBADF on dup2 in the child | 24 | # TODO test-compare-output is hitting https://github.com/ziglang/zig/issues/3526 |
| 25 | # ./zig build docs | 25 | ./zig build test-compare-output test-standalone test-stack-traces |
| | 26 | # TODO test-cli is hitting https://github.com/ziglang/zig/issues/3526 |
| | 27 | ./zig build test-asm-link test-runtime-safety |
| | 28 | # TODO test-translate-c is hitting https://github.com/ziglang/zig/issues/3526 |
| | 29 | ./zig build test-gen-h |
| | 30 | # TODO test-compile-errors is hitting https://github.com/ziglang/zig/issues/3526 |
| | 31 | # TODO building docs is hitting https://github.com/ziglang/zig/issues/3526 |
| | 32 | |
| 26 | # TODO full test suite: | 33 | # TODO full test suite: |
| 27 | #./zig build test | 34 | #./zig build test |
| 28 | | 35 | |