Commit 1d9745e
committed
ci(cross-build): xlings 0.4.61 (root cause was broken xlings-res assets, now fixed)
The real root cause of the cross-build bootstrap failures was NOT the xlings
version or the profile code: the xlings-res/mcpp 0.0.75 GitHub release assets
were uploaded in a BROKEN state during a flaky network (asset records present
but blobs missing -> HTTP 404 on download). cross-build uses --mirror GLOBAL
(GitHub), so its 'xlings install mcpp@0.0.75' 404'd; the downstream symptom on
0.4.30 was 'version 0.0.75 not found'. GitCode assets were fine all along.
Re-uploaded all 4 GitHub xlings-res/mcpp 0.0.75 assets clean (verified GET 200 +
correct sizes). With downloads working, use 0.4.61 (current) + keep the
.xlings-index-cache.json marker-clear (forces index re-sync past a stale TTL
marker on warm caches).1 parent d2c7c28 commit 1d9745e
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
0 commit comments