From 396eb297bdaf0f8e1cd94353e0f9db24e85e164e Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sat, 1 Aug 2026 01:11:21 +0800 Subject: [PATCH] chore: bootstrap from 2026.8.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The bootstrap pin is the starting point of self-hosting, not a copy of the version being built, so it moves only after the release is published, mirrored and merged into xim-pkgindex — all three now verified: - both hosts serve all four platforms, byte-identical sizes - sha256 recomputed from each payload (not read from the sidecar) matches what xim-pkgindex#467 records: 3ff4e68 / 40a9cee / faa2e86 / e81bb42 - clean-room XLINGS_HOME install of mcpp@2026.8.1.1 succeeds and reports 2026.8.1.1 (took 4 attempts over ~7 min — the documented index-CDN propagation lag, not a failure) - the released binary passes 178_test_observability end to end, so the feature this release exists for is verified on the artifact users get, not only on a local build A green CI round on the bumped pin is the direct proof that 2026.8.1.1 can build mcpp itself on every platform. --- .xlings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xlings.json b/.xlings.json index 97bd6ff..b08ef31 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "mcpp": "2026.7.31.1" + "mcpp": "2026.8.1.1" } }