ci: workspace mcpp bootstrap pin -> 2026.8.3.2 (released + indexed) - #340
Merged
Conversation
Safe to move now: v2026.8.3.2 is published on all four platforms, mirrored to xlings-res, and xim-pkgindex tracks it as latest (openxlings/xim-pkgindex#480). Verified end to end — `xlings install mcpp@2026.8.3.2` then `xlings use` resolves to 2026.8.3.2. The pin is the self-hosting starting point, so it only ever moves AFTER the release it names actually exists and is reachable through the index; bumping it alongside the version bump would have pointed every CI job at a release that had not been built yet.
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.
Routine follow-up to #339 / v2026.8.3.2.
The bootstrap pin is the self-hosting starting point, so it only moves once the
release it names actually exists and is reachable through the index. Both hold now:
xlings-res/mcppxim-pkgindextracks it as latest (bump(mcpp): track 2026.8.3.2 as latest openxlings/xim-pkgindex#480)xlings install mcpp@2026.8.3.2→xlings use→mcpp --versionreports 2026.8.3.2
Bumping this in the same commit as the version itself would have pointed every CI
job at a release that had not been built yet.