| ... | ... | @@ -23,13 +23,11 @@ cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STAT |
| 23 | 23 | |
| 24 | 24 | samu install |
| 25 | 25 | # run-translated-c tests are skipped due to: https://github.com/ziglang/zig/issues/8537 |
| 26 | | # stage2 tests are skipped due to: https://github.com/ziglang/zig/issues/8545 |
| 27 | 26 | ./zig build test \ |
| 28 | 27 | -Dskip-release \ |
| 29 | 28 | -Dskip-non-native \ |
| 30 | 29 | -Dskip-compile-errors \ |
| 31 | | -Dskip-run-translated-c \ |
| 32 | | -Dskip-stage2-tests |
| 30 | -Dskip-run-translated-c |
| 33 | 31 | |
| 34 | 32 | if [ -z "$DRONE_PULL_REQUEST" ]; then |
| 35 | 33 | mv ../LICENSE "$DISTDIR/" |