zig

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

commit 2153f8143d32ff47d494955e2a1924cf333033e5 (tree)
parent 5434f85c47f6412a8d5faf681419c15533bb388c
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Sat,  6 Jun 2026 15:54:44 +0200

ci: bump riscv64-linux-debug timeout by 2 hours

Diffstat:
M.forgejo/workflows/ci.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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