authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-24 21:07:53+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-24 21:08:20+01:00
log99ec1ee3536b577bd1d14facde523c503108886d
tree55f8c0254dc81392976b48d88039d654078b80e4
parenta2ea36a51767659edf7feeee87eb237263e0dc4a
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: temporarily disable x86_64-netbsd while I investigate failures


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

.forgejo/workflows/ci.yaml+20-20
...@@ -197,26 +197,26 @@ jobs:...@@ -197,26 +197,26 @@ jobs:
197 run: sh ci/x86_64-linux-release.sh197 run: sh ci/x86_64-linux-release.sh
198 timeout-minutes: 360198 timeout-minutes: 360
199199
200 x86_64-netbsd-debug:200 #x86_64-netbsd-debug:
201 runs-on: [self-hosted, x86_64-netbsd]201 # runs-on: [self-hosted, x86_64-netbsd]
202 steps:202 # steps:
203 - name: Checkout203 # - name: Checkout
204 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28204 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
205 with:205 # with:
206 fetch-depth: 0206 # fetch-depth: 0
207 - name: Build and Test207 # - name: Build and Test
208 run: sh ci/x86_64-netbsd-debug.sh208 # run: sh ci/x86_64-netbsd-debug.sh
209 timeout-minutes: 120209 # timeout-minutes: 120
210 x86_64-netbsd-release:210 #x86_64-netbsd-release:
211 runs-on: [self-hosted, x86_64-netbsd]211 # runs-on: [self-hosted, x86_64-netbsd]
212 steps:212 # steps:
213 - name: Checkout213 # - name: Checkout
214 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28214 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
215 with:215 # with:
216 fetch-depth: 0216 # fetch-depth: 0
217 - name: Build and Test217 # - name: Build and Test
218 run: sh ci/x86_64-netbsd-release.sh218 # run: sh ci/x86_64-netbsd-release.sh
219 timeout-minutes: 120219 # timeout-minutes: 120
220220
221 x86_64-openbsd-debug:221 x86_64-openbsd-debug:
222 runs-on: [self-hosted, x86_64-openbsd]222 runs-on: [self-hosted, x86_64-openbsd]