Build pipelines for c10y BSD packages
  • Makefile 75%
  • Shell 25%
Find a file
Katie Kloss 9e6327656d
All checks were successful
Build FreeBSD package / build (generic, 15) (push) Successful in 23m28s
Build FreeBSD package / build (generic, 14) (push) Successful in 26m18s
Build FreeBSD package / build (haswell, 15) (push) Successful in 22m56s
Build FreeBSD package / build (haswell, 14) (push) Successful in 24m56s
freebsd: add ring feature for default TLS provider
2026-04-27 10:15:48 -04:00
.forgejo/workflows freebsd: add ring feature for default TLS provider 2026-04-27 10:15:48 -04:00
freebsd freebsd: add ring feature for default TLS provider 2026-04-27 10:15:48 -04:00
openbsd v0.5.8 2026-04-25 14:09:30 -04:00
README.md Update README.md 2026-03-18 15:08:36 +00:00

continuwuity-bsd

Build tools for releasing BSD packages for the continuwuity Matrix homeserver.

Why aren't these in the ports trees?

The build process for Continuwuity conflicts with the package build infrastructure. Package builds cannot have network access during the build stage, and Cargo downloads crates and Git repositories during build. Build mechanisms which attempt to download dependencies ahead of time appear to be incompatible with Continuwuity's forked crates, such as async-channel and core_affinity.