ci: lightweight FreeBSD host-mode gate (fmt + clippy) #306
No reviewers
Labels
No labels
doctor-fix
first-proof blocker
hardening
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
clawdie/colibri!306
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-freebsd-ci-gate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
.forgejo/workflows/ci-gate.yml— a minimal host-mode gate for the OSA runner:cargo fmt --all --check+cargo clippy --workspace -- -D warnings. No container, nocargo test.Closes the gate-bypass hole that let #304 merge fmt-dirty, without co-locating the heavy suite with the production daemon (
CARGO_BUILD_JOBS=1, runnerniced). The Docker-basedci.ymlis untouched.Scope honesty: catches format drift, lint regressions, and compile errors. Does NOT catch the ETXTBSY/runtime-panic class — those compile + lint clean and need live testing, kept off the prod box by design.
Sequencing: register the
freebsdrunner and confirm a green run before making this a required status check onmain— requiring it with no runner present would block all merges.🤖 Generated with Claude Code