Commit c34792f
fix(ls-api): fix smoke test on Apple Silicon, improve container debug output
Two fixes:
1. Add --platform linux/amd64 to docker run so Docker always pulls the
x86_64 image. On Apple Silicon, Docker otherwise selects the arm64
image, causing an exec format error when mounting the linux/amd64 RIE
binary -- the container exits immediately without sending any callbacks.
2. Drop --rm and do explicit docker rm in cleanup instead. With --rm the
container and its logs are deleted on exit before wait_for_log can
retrieve them, making failures invisible. Without --rm, docker logs and
docker inspect work correctly even after the container has stopped.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 785d93e commit c34792f
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
58 | | - | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
| |||
0 commit comments