zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 962903e0fa222ee002355832e17144f66ec8d6ec (tree)
parent ccc78252f153e02450c7de273cd553074a65ae02
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Mon,  5 Jan 2026 12:54:27 +0100

ci: bump riscv64-linux timeouts by 2 hours

Fixing this perf regression is tracked by: https://codeberg.org/ziglang/zig/issues/30595

Diffstat:
M.forgejo/workflows/ci.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml @@ -88,7 +88,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/riscv64-linux-debug.sh - timeout-minutes: 600 + timeout-minutes: 720 riscv64-linux-release: if: github.event_name != 'pull_request' runs-on: [self-hosted, riscv64-linux] @@ -99,7 +99,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/riscv64-linux-release.sh - timeout-minutes: 480 + timeout-minutes: 600 s390x-linux-debug: runs-on: [self-hosted, s390x-linux]