| author | |
| committer | |
| log | 80d06578ac66bce3aa0a21e9610cdb782b9a0593 |
| tree | 4148e1a34406423f6a6248e04d200528c6359bbb |
| parent | addc3c3b8cfb03be7ddee89949eccb22af793887 |
| signature |
It's been sporadically timing out when the build system happens to schedule
steps in an unlucky order (see https://codeberg.org/ziglang/zig/issues/30595).1 files changed, 1 insertions(+), 1 deletions(-)
.forgejo/workflows/ci.yaml+1-1| ... | @@ -157,7 +157,7 @@ jobs: | ... | @@ -157,7 +157,7 @@ jobs: |
| 157 | fetch-depth: 0 | 157 | fetch-depth: 0 |
| 158 | - name: Build and Test | 158 | - name: Build and Test |
| 159 | run: sh ci/riscv64-linux-debug.sh | 159 | run: sh ci/riscv64-linux-debug.sh |
| 160 | timeout-minutes: 840 | 160 | timeout-minutes: 900 |
| 161 | riscv64-linux-release: | 161 | riscv64-linux-release: |
| 162 | if: github.event_name != 'pull_request' | 162 | if: github.event_name != 'pull_request' |
| 163 | runs-on: [self-hosted, riscv64-linux] | 163 | runs-on: [self-hosted, riscv64-linux] |