feat(service_osis): add --from-ci install path #197
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!197
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_from_ci_osis"
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?
Phase 1 progress on hero_demo#54.
Mirrors the patterns in #193, #195, #196. Asset suffix
linux-amd64-muslmatcheshero_osis'sbuild-linux.yamlmatrix.Why a new tag was needed
v1.0.0-rc5 (2026-04-05) predates a
buildenv.shchange that dropshero_osis_serverand addshero_osis_seedto BINARIES. Theservice_osisnu module'sSVX_BINARIESalready expectshero_osis_seed, so--from-ciagainst the latest release would 404. Cut v1.0.0-rc6 to publish the current binary set:hero_osis-linux-amd64-musl(4.5 MB)hero_osis_ui-linux-amd64-musl(0.9 MB)hero_osis_seed-linux-amd64-musl(2.6 MB)hero_bot-linux-amd64-musl(1.9 MB, not consumed by this module — bundled because workspace builds it)No gate fix needed on hero_osis — its
build-linux.yamldoesn't require tags to be onmain, just gates the upload step onstartsWith(github.ref, 'refs/tags/v').Tag publishing was bumpy
First tag-push run (#492) wedged on
docker createfor 21 min then failed on the upload step becauseFORGEJO_TOKENrepo secret was unset (the create-release POST returned 401, curl-sfswallowed it, the python parser crashed on empty stdin). Token added by the repo owner; deleted + re-pushed the tag to trigger a fresh run (#494) which succeeded cleanly. Stuckrelease.yamlrun #495 is unrelated — that workflow runsmake test(which fails on a hero_db dep, same shape as hero_aibroker#58) and only publishes to Package Registry, not Releases. Doesn't block us.Smoke test on heroci
filereportsELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), statically linked.Signed-off-by: mik-tf