From 4d88d06fd592619b10d3c29729dab876b9cc7e95 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 13 Jan 2024 10:06:22 -0500 Subject: [PATCH] Add NetBSD 9.3 for CI. Also removed TODO comments. This is all the runners I plan on adding for now. --- .gitea/workflows/compile.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 4273963..1185758 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -6,24 +6,7 @@ jobs: "Compile Cytoplasm": strategy: matrix: - # TODO: Add more operating systems and architectures. - # - # Required packages for Alpine: git go nodejs make gcc musl-dev openssl-dev - # Required packages for Debian: git golang nodejs make gcc libssl-dev - # Required packages for OpenBSD: git go node - # Required packages for FreeBSD: git go node - # - # Note that Git, Go, and Node are only required on runners; they are - # not generally required for compiling cytoplasm. Conveniently, this means - # that on the BSDs, no additional packages are required to use Cytoplasm! - # - # To set up a runner, install the packages, then clone - # https://git.telodendria.io/Telodendria/act_runner, do a go build, - # execute ./act_runner register, then execute ./act_runner daemon. - # - # For Linux distros, set the tags: linux, -, - # For BSDs, set the tags: bsd, -, - os: [debian-v12.4, alpine-v3.19, openbsd-v7.4, freebsd-v14.0] + os: [debian-v12.4, alpine-v3.19, openbsd-v7.4, freebsd-v14.0, netbsd-v9.3] arch: [x86, x86_64] exclude: # 32-bit OpenBSD does not behave well in QEMU. Even when using