From 99ec1ee3536b577bd1d14facde523c503108886d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 24 Jan 2026 21:07:53 +0100 Subject: [PATCH] ci: temporarily disable x86_64-netbsd while I investigate failures --- .forgejo/workflows/ci.yaml | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 48813b9001d0463d39b7ce8e2566ae5dad555b87..7e758bb67db1b935fd7fb4efeb7174a8a2f92ba1 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -197,26 +197,26 @@ jobs: run: sh ci/x86_64-linux-release.sh timeout-minutes: 360 - x86_64-netbsd-debug: - runs-on: [self-hosted, x86_64-netbsd] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/x86_64-netbsd-debug.sh - timeout-minutes: 120 - x86_64-netbsd-release: - runs-on: [self-hosted, x86_64-netbsd] - steps: - - name: Checkout - uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 - with: - fetch-depth: 0 - - name: Build and Test - run: sh ci/x86_64-netbsd-release.sh - timeout-minutes: 120 + #x86_64-netbsd-debug: + # runs-on: [self-hosted, x86_64-netbsd] + # steps: + # - name: Checkout + # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + # with: + # fetch-depth: 0 + # - name: Build and Test + # run: sh ci/x86_64-netbsd-debug.sh + # timeout-minutes: 120 + #x86_64-netbsd-release: + # runs-on: [self-hosted, x86_64-netbsd] + # steps: + # - name: Checkout + # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + # with: + # fetch-depth: 0 + # - name: Build and Test + # run: sh ci/x86_64-netbsd-release.sh + # timeout-minutes: 120 x86_64-openbsd-debug: runs-on: [self-hosted, x86_64-openbsd] -- 2.54.0