Build pipelines for c10y BSD packages
  • Makefile 75%
  • Shell 25%
Find a file
Katie Kloss 040dbb6357
Some checks failed
Build FreeBSD package / prepare (push) Successful in 32s
Build FreeBSD package / build (14) (push) Failing after 2s
Build FreeBSD package / build (15) (push) Failing after 1s
Build FreeBSD package / cleanup (push) Successful in 0s
start jails during matrix step
2026-05-31 05:39:08 -04:00
.forgejo/workflows start jails during matrix step 2026-05-31 05:39:08 -04:00
freebsd patch in isolated vendor distfiles instead 2026-05-30 21:19:33 -04:00
openbsd bump to 0.5.9 2026-05-08 10:20:29 -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.