From bd80ad46479fc39e0d629b7a1ff48a96760bb7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 18 Feb 2026 16:46:42 +0100 Subject: [PATCH] Revert "ci: disable loongarch64-linux" This reverts commit f061c0dc2851e5fab34dca1991ebe64cfd156bd5. --- .forgejo/workflows/ci.yaml | 41 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 8ae897599a521ee72f7cbfe3ecde10e7110ff15a..48813b9001d0463d39b7ce8e2566ae5dad555b87 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -59,27 +59,26 @@ jobs: run: sh ci/aarch64-macos-release.sh timeout-minutes: 120 - # 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 + 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] -- 2.54.0