Commit ebecc7b
fix(publish): stop shipping a Go object archive as pilot-gateway (#16)
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: Teodor Calin <teodor@vulturelabs.io>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 79cffe1 commit ebecc7b
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
189 | 198 | | |
190 | 199 | | |
191 | 200 | | |
| |||
0 commit comments