Commit bcb0f8a
committed
fix: [release] smoke-test the shipped binary (altimate-code) after de-dupe
The binary de-dupe drops the redundant `altimate` from the platform package,
but the release workflow's "Smoke test binary" step still did
`find -name altimate` → "No binary found" (Build failed before publish; no
partial publish). Point it at `altimate-code`, the binary the package actually
ships and the wrapper resolves. Also fix the plain sanity Dockerfile's binary
copy for the same reason (not in the release path, but correct).
Validated with a real release-mode build (OPENCODE_RELEASE=1): archive created,
`altimate` removed + `altimate-code` kept, smoke test finds altimate-code and it
starts (--version), platform package 108MB compressed (well under npm's limit).1 parent 932d002 commit bcb0f8a
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments