Skip to content

fix(publish): stop shipping a Go object archive as pilot-gateway#16

Merged
TeoSlayer merged 1 commit into
mainfrom
fix/skip-broken-gateway-build
Jul 8, 2026
Merged

fix(publish): stop shipping a Go object archive as pilot-gateway#16
TeoSlayer merged 1 commit into
mainfrom
fix/skip-broken-gateway-build

Conversation

@TeoSlayer

Copy link
Copy Markdown
Contributor

The gateway build fallback (go build . on the library repo) produced an
'ar archive', not an executable — v1.12.4 wheels ship a 380KB
pilotprotocol/bin/pilot-gateway that cannot run. Build only when
./cmd/gateway exists; otherwise skip with a log line. The runtime
already tolerates a missing binary (clear error on invocation).

Co-Authored-By: Claude Fable 5 noreply@anthropic.com

The gateway build fallback (go build . on the library repo) produced an
'ar archive', not an executable — v1.12.4 wheels ship a 380KB
pilotprotocol/bin/pilot-gateway that cannot run. Build only when
./cmd/gateway exists; otherwise skip with a log line. The runtime
already tolerates a missing binary (clear error on invocation).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@TeoSlayer TeoSlayer merged commit ebecc7b into main Jul 8, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants