Add NetBSD 9.3 for CI. Also removed TODO comments.
All checks were successful
Compile Cytoplasm / Compile Cytoplasm (x86_64, freebsd-v14.0) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86_64, debian-v12.4) (push) Successful in 16s
Compile Cytoplasm / Compile Cytoplasm (x86, freebsd-v14.0) (push) Successful in 15s
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86, debian-v12.4) (push) Successful in 18s
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Successful in 16s
Compile Cytoplasm / Compile Cytoplasm (x86, netbsd-v9.3) (push) Successful in 18s
Compile Cytoplasm / Compile Cytoplasm (x86_64, openbsd-v7.4) (push) Successful in 20s
Compile Cytoplasm / Compile Cytoplasm (x86_64, netbsd-v9.3) (push) Successful in 22s
All checks were successful
Compile Cytoplasm / Compile Cytoplasm (x86_64, freebsd-v14.0) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86_64, debian-v12.4) (push) Successful in 16s
Compile Cytoplasm / Compile Cytoplasm (x86, freebsd-v14.0) (push) Successful in 15s
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Successful in 13s
Compile Cytoplasm / Compile Cytoplasm (x86, debian-v12.4) (push) Successful in 18s
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Successful in 16s
Compile Cytoplasm / Compile Cytoplasm (x86, netbsd-v9.3) (push) Successful in 18s
Compile Cytoplasm / Compile Cytoplasm (x86_64, openbsd-v7.4) (push) Successful in 20s
Compile Cytoplasm / Compile Cytoplasm (x86_64, netbsd-v9.3) (push) Successful in 22s
This is all the runners I plan on adding for now.
This commit is contained in:
parent
abdc5ba87e
commit
4d88d06fd5
1 changed files with 1 additions and 18 deletions
|
@ -6,24 +6,7 @@ jobs:
|
||||||
"Compile Cytoplasm":
|
"Compile Cytoplasm":
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# TODO: Add more operating systems and architectures.
|
os: [debian-v12.4, alpine-v3.19, openbsd-v7.4, freebsd-v14.0, netbsd-v9.3]
|
||||||
#
|
|
||||||
# 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, <distro>-<version>, <arch>
|
|
||||||
# For BSDs, set the tags: bsd, <os>-<version>, <arch>
|
|
||||||
os: [debian-v12.4, alpine-v3.19, openbsd-v7.4, freebsd-v14.0]
|
|
||||||
arch: [x86, x86_64]
|
arch: [x86, x86_64]
|
||||||
exclude:
|
exclude:
|
||||||
# 32-bit OpenBSD does not behave well in QEMU. Even when using
|
# 32-bit OpenBSD does not behave well in QEMU. Even when using
|
||||||
|
|
Loading…
Reference in a new issue