ci(build-linux): call forge_config so publish_binaries finds SERVER #5
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_launcher!5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik"
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?
Fixes the Publish step that was bailing with
publish_binaries: SERVER environment variable not seton both matrix entries.publish_binariesneedsSERVERexported byforge_config()(parsed from.git/configremote URL); sourcingbuild_lib.shonly defines the function — needs to be called. Same fix shape used byhero_indexerandhero_db.Build step itself is now green (PR #4 vendored OpenSSL).
Signed-off-by: mik-tf
The Publish step was bailing with: ERROR: publish_binaries: SERVER environment variable not set Set SERVER via forge_config() or in buildenv.sh publish_binaries needs SERVER (parsed from .git/config remote URL by forge_config()), but the workflow only sourced build_lib.sh — which defines forge_config but doesn't call it. Same fix shape as hero_indexer's and hero_db's Publish steps. Build step itself is now green after PR #4 (vendored OpenSSL); this unblocks the matrix's other artifact targets. Signed-off-by: mik-tf