Skip to content

Commit c1a3e45

Browse files
committed
fix(ci): 自举 pin 指向索引里已经不存在的版本
`ci-aarch64-fresh-install` 的 self-host 步报 `xlings: version '2026.8.5.3' not found for 'mcpp' — available: 2026.8.6.1`。 自举 pin 是「从哪个已发布版本开始自举」,按设计不随每次发布走;但它是**上界 之下的选择**,不是一个可以无限期不动的常量 —— xim-pkgindex 对 mcpp 只暴露最 新条目,pin 落在它之外就成了「装不上」。判据因此是「该版本此刻仍可解析」, 而不是「它是不是最新」。
1 parent 2a12784 commit c1a3e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.xlings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"workspace": {
3-
"mcpp": "2026.8.5.3"
3+
"mcpp": "2026.8.6.1"
44
}
55
}

0 commit comments

Comments
 (0)