| author | |
| committer | |
| log | 114ea92c09b6f27fe7596fddc4b114a31bf1c334 |
| tree | 4a974314e26a74d80992d7dd5ff66a8dcefc673e |
| parent | e5dc5a6eb5608c100e78d6116942a4cd17f56d00 |
| signature |
This one was right on the edge and finally hit a timeout: https://codeberg.org/ziglang/zig/actions/runs/996/jobs/9/attempt/11 files changed, 1 insertions(+), 1 deletions(-)
.forgejo/workflows/ci.yaml+1-1| ... | @@ -122,7 +122,7 @@ jobs: | ... | @@ -122,7 +122,7 @@ jobs: |
| 122 | fetch-depth: 0 | 122 | fetch-depth: 0 |
| 123 | - name: Build and Test | 123 | - name: Build and Test |
| 124 | run: sh ci/riscv64-linux-release.sh | 124 | run: sh ci/riscv64-linux-release.sh |
| 125 | timeout-minutes: 480 | 125 | timeout-minutes: 540 |
| 126 | 126 | ||
| 127 | s390x-linux-debug: | 127 | s390x-linux-debug: |
| 128 | runs-on: [self-hosted, s390x-linux] | 128 | runs-on: [self-hosted, s390x-linux] |