authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-02-18 16:46:42+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-02-21 23:39:34+01:00
logbd80ad46479fc39e0d629b7a1ff48a96760bb7f2
treeae1d021120dcac4ab6a32ed3f70962ca9b02ee7b
parentb5bcbf2a62aa513022fdb12df75699308f87b7bc
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "ci: disable loongarch64-linux"

This reverts commit f061c0dc2851e5fab34dca1991ebe64cfd156bd5.

1 files changed, 20 insertions(+), 21 deletions(-)

.forgejo/workflows/ci.yaml+20-21
...@@ -59,27 +59,26 @@ jobs:...@@ -59,27 +59,26 @@ jobs:
59 run: sh ci/aarch64-macos-release.sh59 run: sh ci/aarch64-macos-release.sh
60 timeout-minutes: 12060 timeout-minutes: 120
6161
62 # https://codeberg.org/ziglang/zig/issues/3080062 loongarch64-linux-debug:
63 #loongarch64-linux-debug:63 runs-on: [self-hosted, loongarch64-linux]
64 # runs-on: [self-hosted, loongarch64-linux]64 steps:
65 # steps:65 - name: Checkout
66 # - name: Checkout66 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
67 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d2867 with:
68 # with:68 fetch-depth: 0
69 # fetch-depth: 069 - name: Build and Test
70 # - name: Build and Test70 run: sh ci/loongarch64-linux-debug.sh
71 # run: sh ci/loongarch64-linux-debug.sh71 timeout-minutes: 240
72 # timeout-minutes: 24072 loongarch64-linux-release:
73 #loongarch64-linux-release:73 runs-on: [self-hosted, loongarch64-linux]
74 # runs-on: [self-hosted, loongarch64-linux]74 steps:
75 # steps:75 - name: Checkout
76 # - name: Checkout76 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
77 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d2877 with:
78 # with:78 fetch-depth: 0
79 # fetch-depth: 079 - name: Build and Test
80 # - name: Build and Test80 run: sh ci/loongarch64-linux-release.sh
81 # run: sh ci/loongarch64-linux-release.sh81 timeout-minutes: 180
82 # timeout-minutes: 180
8382
84 powerpc64le-linux-debug:83 powerpc64le-linux-debug:
85 runs-on: [self-hosted, powerpc64le-linux]84 runs-on: [self-hosted, powerpc64le-linux]