Commit 2bd87a1
ci(spacemit3.6): bump rpc-runtime to 0.6.0 and jdsk-qemu to v1.3
Both assets were the root cause of the mm test failure:
- rpc-runtime v0.5.0 uses the old ABI (pids as func args), predating
the ctx-at-a0 ABI change (12db6e9). The worktree's spine-triton-opt
emits the new ABI (xsmt_async.grid -> spine_grid), so the v0.5.0
rpc-server crashed silently when executing the kernel. v0.6.0 is
built from HEAD (c44f7c2) with the new ABI.
- archive.spacemit.com serves a jdsk-qemu-v10.0.2 build that reports
version 10.0.2 but produces wrong numerical results for IME
instructions (97.5% mismatch on mm_block_ptr). The v1.3 build
(md5 ac0920d4) passes. Both are uploaded to the v0.1 release.
Verified in the runner container (spacemit-ai-workspace:ubuntu24.04_v0.1):
v1.3 qemu + 0.6.0 rpc-runtime -> mm_block_ptr PASS.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent e83d633 commit 2bd87a1
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
0 commit comments