authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-07-17 03:46:13+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-07-17 03:46:13+02:00
log301afca49d40e5cce7d7c221c3f2a46511dcdc80
tree18711284dad3949a2ddf84c0b0966dcf99ae2531
parente863bf3bea1fe2d22a2ecb0b4316f1855b911aa2
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: disable riscv64-linux

We have 4x Milk-V Jupiter 2 (SpacemiT K3) boards on the way that will replace the old 4x Milk-V Jupiter (SpacemiT M1) boards. But we need to cannibalize the SSDs from the old boards, so there will probably be 1-2 days of downtime for riscv64-linux CI. Let's not block green master builds in that time.

1 files changed, 0 insertions(+), 23 deletions(-)

.forgejo/workflows/ci.yaml-23
...@@ -144,29 +144,6 @@ jobs:...@@ -144,29 +144,6 @@ jobs:
144 run: sh ci/powerpc64le-linux-release.sh144 run: sh ci/powerpc64le-linux-release.sh
145 timeout-minutes: 240145 timeout-minutes: 240
146146
147 riscv64-linux-debug:
148 if: github.event_name != 'pull_request'
149 runs-on: [self-hosted, riscv64-linux]
150 steps:
151 - name: Checkout
152 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
153 with:
154 fetch-depth: 0
155 - name: Build and Test
156 run: sh ci/riscv64-linux-debug.sh
157 timeout-minutes: 900
158 riscv64-linux-release:
159 if: github.event_name != 'pull_request'
160 runs-on: [self-hosted, riscv64-linux]
161 steps:
162 - name: Checkout
163 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
164 with:
165 fetch-depth: 0
166 - name: Build and Test
167 run: sh ci/riscv64-linux-release.sh
168 timeout-minutes: 600
169
170 s390x-linux-debug:147 s390x-linux-debug:
171 runs-on: [self-hosted, s390x-linux]148 runs-on: [self-hosted, s390x-linux]
172 steps:149 steps: