9 lines
602 B
Markdown
9 lines
602 B
Markdown
# continuwuity-bsd
|
|
|
|
Build tools for releasing BSD packages for the [continuwuity](https://continuwuity.org/) Matrix homeserver.
|
|
|
|
- [FreeBSD](freebsd/)
|
|
- [OpenBSD](openbsd/)
|
|
|
|
## 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`.
|