From 046386295f5a58bf7a4b2be12b82c5ee9421a243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 7 Jan 2026 02:06:42 +0100 Subject: [PATCH] ci: enable x86_64-openbsd in the workflow --- .forgejo/workflows/ci.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index e47b3ebbd3..be9eb82555 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -195,6 +195,27 @@ jobs: run: sh ci/x86_64-linux-release.sh timeout-minutes: 360 + x86_64-openbsd-debug: + runs-on: [self-hosted, x86_64-openbsd] + steps: + - name: Checkout + uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + with: + fetch-depth: 0 + - name: Build and Test + run: sh ci/x86_64-openbsd-debug.sh + timeout-minutes: 120 + x86_64-openbsd-release: + runs-on: [self-hosted, x86_64-openbsd] + steps: + - name: Checkout + uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + with: + fetch-depth: 0 + - name: Build and Test + run: sh ci/x86_64-openbsd-release.sh + timeout-minutes: 120 + x86_64-windows-debug: runs-on: [self-hosted, x86_64-windows] steps: