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