authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-07-13 18:49:59+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-07-13 18:50:08+02:00
log80d06578ac66bce3aa0a21e9610cdb782b9a0593
tree4148e1a34406423f6a6248e04d200528c6359bbb
parentaddc3c3b8cfb03be7ddee89949eccb22af793887
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: bump riscv64-linux-debug timeout by 1 hour

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: 0157 fetch-depth: 0
158 - name: Build and Test158 - name: Build and Test
159 run: sh ci/riscv64-linux-debug.sh159 run: sh ci/riscv64-linux-debug.sh
160 timeout-minutes: 840160 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]