zig

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

commit fe0b2ab9dfaa7ef375bb85a4c2fcb801bfa329d0 (tree)
parent 484cc15366eb2654be07e449c69ff9b4d04d5973
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Sun, 11 Jan 2026 00:13:28 +0100

ci: temporarily remove riscv64-linux while I investigate its performance issues

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

diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml @@ -99,29 +99,6 @@ jobs: run: sh ci/powerpc64le-linux-release.sh timeout-minutes: 240 - riscv64-linux-debug: - if: github.event_name != 'pull_request' - runs-on: [self-hosted, riscv64-linux] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/riscv64-linux-debug.sh - timeout-minutes: 840 - riscv64-linux-release: - if: github.event_name != 'pull_request' - runs-on: [self-hosted, riscv64-linux] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/riscv64-linux-release.sh - timeout-minutes: 720 - s390x-linux-debug: runs-on: [self-hosted, s390x-linux] steps: