fix: Crash before starting on OpenBSD #1421

Merged
Jade merged 2 commits from katie/continuwuity:openbsd into main 2026-02-20 13:36:09 +00:00

2 commits

Author SHA1 Message Date
efd879fcd8 docs: Add news fragment
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m45s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 14m59s
Documentation / Build and Deploy Documentation (push) Successful in 2m45s
Checks / Prek / Pre-commit & Formatting (push) Successful in 4m41s
Release Docker Image / Build linux-arm64 (release) (push) Successful in 7m11s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 15m2s
Release Docker Image / Build linux-amd64 (release) (push) Successful in 14m25s
Release Docker Image / Create Multi-arch Release Manifest (push) Successful in 22s
Release Docker Image / Build linux-amd64 (max-perf) (push) Successful in 4m0s
Release Docker Image / Build linux-arm64 (max-perf) (push) Successful in 4m17s
Release Docker Image / Create Max-Perf Manifest (push) Successful in 20s
2026-02-20 10:13:54 +00:00
92a848f74d fix: Crash before starting on OpenBSD
core_affinity doesn't return any cores on OpenBSD, so we try to
clamp(1, 0). This is Less Good than fixing that crate, but at
least allows the server to start up.
2026-02-20 10:13:54 +00:00