wirenboard-agent-vm/.github
Evgeny Boger a8559ed5d4 ci: build guest agentd (musl) before cargo build
Dropping the microsandbox SDK `prebuilt` feature means agent-vm compiles the
guest agentd from the pinned source instead of downloading it, so the
filesystem crate's build.rs now requires vendor/microsandbox/build/agentd to
exist (else it panics "agentd binary not found … run just build-deps"). The CI
build-and-test job ran `cargo build -p agent-vm` with no agentd, so it failed.
Add a step that builds the static musl agentd into build/agentd first (mirrors
the release-npm workflow) + musl-tools.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0119b4kV63pJXm5rGeZbz8jf
2026-06-23 23:16:50 +03:00
..
workflows ci: build guest agentd (musl) before cargo build 2026-06-23 23:16:50 +03:00
dependabot.yml ci: bump all GH actions to Node-24 majors + add Dependabot 2026-05-25 14:27:41 +03:00