ci: bootstrap pin -> 2026.8.29.1 (已发布、已镜像、已进索引) - #528
Merged
Conversation
…indexed)
The order is not interchangeable: a pin ahead of what the index actually holds
makes every job's bootstrap fail with `package 'mcpp@X' not found`, which is
why the bump PR left this file alone.
All three preconditions are measured, not assumed:
released 21 assets on v2026.8.29.1, sha256 verified, statically linked and
stripped, 5 build jobs green
mirrored xlings-res/mcpp has 8 assets on GitHub, and all four archives
serve bytes from GitCode (ranged GET, 206) -- HEAD lies on both
hosts, which is what the mirror script's own probe says
indexed xim-pkgindex#711 merged; `xlings install mcpp@2026.8.29.1` in a
clean sandbox pulled it at 3.4 MB/s and `xlings use` switched to
it
And it works there: a project exercising a divergent rule module name, a
rule's own [build-dependencies], a rule importing a rule, and a check whose
command never touches its stamp builds and prints ECO=29 under the released
binary. The same project under 2026.8.28.2 fails with
`eco.inner: failed to read compiled module`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
顺序不能反:pin 一旦领先于索引里真实存在的版本,每个 job 的 bootstrap 都会
package 'mcpp@X' not found—— 这正是 bump PR 不许碰这个文件的原因。三个前置条件都是量出来的,不是假设的:
v2026.8.29.121 个产物齐全,sha256 核对通过,静态链接且已 strip,5 个构建 job 全绿xlings-res/mcppGitHub 侧 8 个产物;GitCode 侧四个归档都能吐字节(ranged GET,206)。xim-pkgindex#711已合入;干净沙箱里xlings install mcpp@2026.8.29.1以 3.4 MB/s 拉下来,xlings use切换成功而且它在那里能用:一个同时用到分叉的规则模块名、规则自己的
[build-dependencies]、规则 import 规则、以及命令从不碰 stamp 的 check 的工程,在已发布的二进制下构建并打印
ECO=29,stamp 存在。同一个工程在 2026.8.28.2 下失败于
eco.inner: failed to read compiled module——那条对照是这次验证唯一有意义的部分。