docs(runners): document runner requirements — apt-get + sudo assumptions not universally safe #357
Labels
No labels
bump
major
bump
minor
bump
patch
kind/bug
kind/chore
kind/docs
kind/feature
priority/critical
priority/high
priority/low
priority/medium
size/L
size/M
size/S
size/XL
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frankenbit/release-toolkit#357
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Empirical finding (external cold-read round 2)
External reviewer: "The workflow installs dependencies with
apt-get/sudo. That is not universally safe on self-hosted Forgejo runners."Some self-hosted Forgejo runners:
Blocking rationale
Adopters with these runner configurations will hit surprising failures. v1.0.0 signals broad-adoption readiness, so runner requirements must be honest.
Fix path
Options (choose one):
Option A (docs): document explicit runner requirements — Debian/Ubuntu-like OS + sudo access + apt package availability. Adopters bring their own runner or opt out.
Option B (make it configurable): env-var-tunable dependency install commands. Default: apt-get. Adopters override for non-Debian.
Option C (make it optional): check for jq/yq/bats/curl availability first; only install if missing.
My lean: A for v1.0.0 (docs-honest), B or C as v1.1.0 improvements.
Verification AC
Anchor
External outside-model cold-read round 2 (fresh ChatGPT session, 2026-07-03 late) returned new findings after Pilot Cold-Read delta had cleared. External verdict: 'promising but not yet trustworthy.' Operator ratified delta plan 2026-07-03 23:35. This tracker addresses one of the round-2 findings. Success criterion: subsequent external cold-read returns no further objections of this class.