ci(release): install libseccomp-dev + libcap-ng-dev for herolib_virt link #21
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_lib_rhai!21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_home212_lib_rhai_link_libs"
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?
Refs lhumina_code/home#212
Fix-forward on PR #20 (gnu pivot).
Progress vs previous attempts
v0.1.0-rc5 (gnu) compiled all the way through cargo (3m22 — much further than musl ever got). Failed at the final link step:
Cause
herolib_virt(one of the 14 herolib_* deps) bundlesvirtiofsd, which transitively depends onlibseccompandlibcap-ngfor its virtio backends. The runner image shipsbuild-essentialbut not these specific dev packages.Fix
Documented in the
/forge_citroubleshooting catalogue as the canonical fix for this exact symptom — one extra apt-get install line in the toolchain step.After merge
Tag
v0.1.0-rc6. We've now eliminated:If rc6 hits another wall it'll be a different class of issue. Otherwise: 4 release assets
<bin>-x86_64-unknown-linux-gnu, consumer PR #221 (with the gnu suffix already pushed) ready to merge.Signed-off-by: mik-tf