docs(ci-cd): runner provisioned with qemu-system-arm (boot smoke unblocked)

Installed 2026-08-30 on bfe-mpc-0640 (QEMU 10.0.11; cpio/curl already
present); recorded in flare-deployment deploy-log. End-to-end CI check of
the smoke step waits on the account-wide Actions billing stall.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018HUayid7W5w7jBdb9Rrj1K
This commit is contained in:
BFE Engineering
2026-08-30 07:12:44 -06:00
co-authored by Claude Fable 5
parent 13b7d063a2
commit fea36faaec
+8 -4
View File
@@ -47,11 +47,15 @@ Host build deps: `dtc bc flex bison libssl-dev` — already present on 0640.
5. **`qemu-system-arm`** (for the boot-smoke step inside `kernel-build`, added
with the `qemu/` device sim — ADR-0006): one-time
`sudo apt-get install qemu-system-arm cpio` on 0640. The step is
`sudo apt-get install qemu-system-arm` on 0640. The step is
**fail-closed** — a missing qemu binary fails the job with a message
pointing here; it never silently skips. NOT YET PROVISIONED (2026-08-29):
the first dispatched `kernel-build` after this lands will fail its smoke
step until the install is done ([maintainer]-gated sudo on 0640).
pointing here; it never silently skips.
> **INSTALLED (2026-08-30).** QEMU 10.0.11 via apt as `user` on 0640
> (reached over the mesh at `[mesh-ip]`); `cpio` and `curl` were already
> present. Recorded in flare-deployment `docs/deploy-log.md`. First
> dispatched `kernel-build` will exercise the smoke step end-to-end once
> the account-wide Actions billing stall is cleared.
## Badges