Commit 0312c3c
committed
ci(cross-build): xlings 0.4.30 -> 0.4.61 + force index re-sync (fix bootstrap pin resolution)
The cross-build aarch64 job failed at the self-host bootstrap with
'xlings: version <pin> not found for mcpp' — the classic first-PR-after-a-
bootstrap-pin-bump failure: a warm cached ~/.xlings carried a 'fresh-looking'
TTL refresh marker, so 0.4.30's `xlings update` no-op'd and the stale index
never saw the just-bumped pin (0.0.75). (Not this PR's code: e2e passed, the
build+tests pass locally.)
Fix: (1) bump XLINGS_VERSION to 0.4.61 (current; has the index-refresh fixes);
(2) delete the .xlings-index-cache.json TTL markers before `xlings update` so it
actually re-pulls the latest index while the toolchain payloads stay cached
(avoids both the stale-index 'not found' and the cold-cache toolchain 127).1 parent 5088e3f commit 0312c3c
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
91 | 95 | | |
92 | 96 | | |
93 | 97 | | |
| |||
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
99 | | - | |
100 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
| |||
0 commit comments