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:
5959 run: sh ci/aarch64-macos-release.sh
6060 timeout-minutes: 120
6161
62 # https://codeberg.org/ziglang/zig/issues/30800
63 #loongarch64-linux-debug:
64 # runs-on: [self-hosted, loongarch64-linux]
65 # steps:
66 # - name: Checkout
67 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
68 # with:
69 # fetch-depth: 0
70 # - name: Build and Test
71 # run: sh ci/loongarch64-linux-debug.sh
72 # timeout-minutes: 240
73 #loongarch64-linux-release:
74 # runs-on: [self-hosted, loongarch64-linux]
75 # steps:
76 # - name: Checkout
77 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
78 # with:
79 # fetch-depth: 0
80 # - name: Build and Test
81 # run: sh ci/loongarch64-linux-release.sh
82 # timeout-minutes: 180
62 loongarch64-linux-debug:
63 runs-on: [self-hosted, loongarch64-linux]
64 steps:
65 - name: Checkout
66 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
67 with:
68 fetch-depth: 0
69 - name: Build and Test
70 run: sh ci/loongarch64-linux-debug.sh
71 timeout-minutes: 240
72 loongarch64-linux-release:
73 runs-on: [self-hosted, loongarch64-linux]
74 steps:
75 - name: Checkout
76 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
77 with:
78 fetch-depth: 0
79 - name: Build and Test
80 run: sh ci/loongarch64-linux-release.sh
81 timeout-minutes: 180
8382
8483 powerpc64le-linux-debug:
8584 runs-on: [self-hosted, powerpc64le-linux]