ci(build-linux): call forge_config so publish_binaries finds SERVER #5

Merged
mik-tf merged 1 commit from development_mik into development 2026-04-28 03:05:08 +00:00
Owner

Fixes the Publish step that was bailing with publish_binaries: SERVER environment variable not set on both matrix entries. publish_binaries needs SERVER exported by forge_config() (parsed from .git/config remote URL); sourcing build_lib.sh only defines the function — needs to be called. Same fix shape used by hero_indexer and hero_db.

Build step itself is now green (PR #4 vendored OpenSSL).

Signed-off-by: mik-tf

Fixes the Publish step that was bailing with `publish_binaries: SERVER environment variable not set` on both matrix entries. `publish_binaries` needs `SERVER` exported by `forge_config()` (parsed from `.git/config` remote URL); sourcing `build_lib.sh` only defines the function — needs to be called. Same fix shape used by `hero_indexer` and `hero_db`. Build step itself is now green (PR #4 vendored OpenSSL). Signed-off-by: mik-tf
ci(build-linux): call forge_config so publish_binaries finds SERVER
All checks were successful
Build and Test / build-and-test (pull_request) Successful in 5m46s
23dbd10ea0
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
mik-tf merged commit 18157b8cff into development 2026-04-28 03:05:08 +00:00
mik-tf deleted branch development_mik 2026-04-28 03:05:08 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_launcher!5
No description provided.