feat(service_slides): add --from-ci install path (x86_64-unknown-linux-musl, v0.1.0-rc2) #202
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_skills!202
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_from_ci_slides"
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?
Summary
Adds
--from-ciinstall path toservice_slides.nu. Producer side just shipped:hero_slides v0.1.0-rc2publishes 3 release assets using the newx86_64-unknown-linux-musltarget-triple naming convention from home#212.This is the first hero_skills consumer module to use the target-triple naming standard. Sets the precedent for the remaining 5 producer-blocked services (hero_editor, hero_biz, hero_foundry, hero_matrixchat, hero_whiteboard) once they cut their first releases.
Smoke test on heroci
All 3 binaries verified
ELF 64-bit LSB pie executable, static-pie linked.Notes
service_slides installwithout--from-ci) is unchanged. The early branch only activates when--from-ciis set, mirroring the canonical pattern in #196 (service_aibroker) / #197 (service_osis).x86_64-unknown-linux-musl(full target triple, per home#212), unlike the prior 8 wirings which usedlinux-amd64-muslorlinux-amd64.Refs
--from-cirollout, Phase 2Test plan
nu -c 'use service_slides.nu; service_slides install --help')service_slides install --from-ci --version v0.1.0-rc2 --reset~/hero/bin/, static-pie ELFx86_64-unknown-linux-muslconventionSigned-off-by: mik-tf