test-linux fails on MISSING: hero_proc tooling-check (pre-existing) #18
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#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Overview
tests.yamlstep Verify installations fails on every push todevelopment(and on every PR) with:The runner image (
ghcr.io/despiegk/builder:latest) doesn't shiphero_proc. The test environment expects it to be installed beforehand — either as a service-container side-car or via an explicit install step.How this surfaced
Filed during session 65 of the home#212 build-binaries arc. Discovered on https://forge.ourworld.tf/lhumina_code/hero_lib_rhai/actions/runs/75 (test-linux on PR #17). Visible in every preceding test-linux run on this repo too. Not introduced by session 65 work — pre-existing.
Sister of hero_lib#134 which tracks the same kind of CI rot in hero_lib.
Why we're filing it now
Session 65 was unblocking the first release tag (PR #17). lint-linux is now green, build-linux will run when v0.1.0-rc3 is tagged. test-linux is the only remaining red — and it's not blocking because it doesn't gate tag-triggered builds. Filing this so it's tracked, not silently ignored.
Acceptance
tests.yamlshould run withhero_procinstalled (likely yes — the engine integration tests need it) or skippedhero_procinstall to the runner setup step intests.yaml, OR run it as a service container, OR fetch the binary from the v0.4.4 release onlhumina_code/hero_procdevelopmentand on PRsRelated