chore: bootstrap from 2026.8.1.1 - #328
Merged
Merged
Conversation
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.
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.
Bootstrap pin → 2026.8.1.1, now that the release is published, mirrored on both hosts and merged into xim-pkgindex (#467).
Verified before bumping (the pin must never name a version that is not yet installable):
3ff4e68/40a9cee/faa2e86/e81bb42XLINGS_HOME:xlings install mcpp@2026.8.1.1→mcpp 2026.8.1.1(4 attempts over ~7 min = the documented index-CDN propagation lag)178_test_observability6/6 — the feature this release exists for, verified on the artifact users actually getA green CI round here is the direct proof that 2026.8.1.1 can build mcpp itself on every platform.