zig

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

commit f061c0dc2851e5fab34dca1991ebe64cfd156bd5 (tree)
parent 52a6242443e30265ff9e0961ff39bdea8607db45
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Sun,  8 Feb 2026 23:32:18 +0100

ci: disable loongarch64-linux

https://codeberg.org/ziglang/zig/issues/30800

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

diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml @@ -59,26 +59,27 @@ jobs: run: sh ci/aarch64-macos-release.sh timeout-minutes: 120 - loongarch64-linux-debug: - runs-on: [self-hosted, loongarch64-linux] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/loongarch64-linux-debug.sh - timeout-minutes: 240 - loongarch64-linux-release: - runs-on: [self-hosted, loongarch64-linux] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/loongarch64-linux-release.sh - timeout-minutes: 180 + # https://codeberg.org/ziglang/zig/issues/30800 + #loongarch64-linux-debug: + # runs-on: [self-hosted, loongarch64-linux] + # steps: + # - name: Checkout + # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + # with: + # fetch-depth: 0 + # - name: Build and Test + # run: sh ci/loongarch64-linux-debug.sh + # timeout-minutes: 240 + #loongarch64-linux-release: + # runs-on: [self-hosted, loongarch64-linux] + # steps: + # - name: Checkout + # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + # with: + # fetch-depth: 0 + # - name: Build and Test + # run: sh ci/loongarch64-linux-release.sh + # timeout-minutes: 180 powerpc64le-linux-debug: runs-on: [self-hosted, powerpc64le-linux]