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:
197197 run: sh ci/x86_64-linux-release.sh
198198 timeout-minutes: 360
199199
200 x86_64-netbsd-debug:
201 runs-on: [self-hosted, x86_64-netbsd]
202 steps:
203 - name: Checkout
204 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
205 with:
206 fetch-depth: 0
207 - name: Build and Test
208 run: sh ci/x86_64-netbsd-debug.sh
209 timeout-minutes: 120
210 x86_64-netbsd-release:
211 runs-on: [self-hosted, x86_64-netbsd]
212 steps:
213 - name: Checkout
214 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
215 with:
216 fetch-depth: 0
217 - name: Build and Test
218 run: sh ci/x86_64-netbsd-release.sh
219 timeout-minutes: 120
200 #x86_64-netbsd-debug:
201 # runs-on: [self-hosted, x86_64-netbsd]
202 # steps:
203 # - name: Checkout
204 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
205 # with:
206 # fetch-depth: 0
207 # - name: Build and Test
208 # run: sh ci/x86_64-netbsd-debug.sh
209 # timeout-minutes: 120
210 #x86_64-netbsd-release:
211 # runs-on: [self-hosted, x86_64-netbsd]
212 # steps:
213 # - name: Checkout
214 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
215 # with:
216 # fetch-depth: 0
217 # - name: Build and Test
218 # run: sh ci/x86_64-netbsd-release.sh
219 # timeout-minutes: 120
220220
221221 x86_64-openbsd-debug:
222222 runs-on: [self-hosted, x86_64-openbsd]