Skip to content

Commit 96f6e2e

Browse files
authored
ci: bootstrap pin -> 2026.7.27.1 (released, mirrored, indexed) (#294)
The separate post-release commit the pin guard now enforces: .xlings.json and MCPP_PIN name a mcpp that already exists in xim-pkgindex, so they can only move once the release has landed there. Verified before bumping: - four-platform release + GitCode mirror 8/8 byte-identical (cmp against locally downloaded assets, not the upload exit code) - xim-pkgindex#429 merged, its four sha256 values recomputed locally and matching - clean XLINGS_HOME: xlings install mcpp@2026.7.27.1 resolves the four-segment version key, mcpp --version reports 2026.7.27.1, and a bare-name dependency (eigen = "5.0.1") resolves, builds and runs
1 parent a401945 commit 96f6e2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-fresh-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ concurrency:
4040
# fails with `version not found` instead of silently testing an older
4141
# binary. Bump together with the .xlings.json workspace pin at release.
4242
env:
43-
MCPP_PIN: '0.0.109'
43+
MCPP_PIN: '2026.7.27.1'
4444

4545
jobs:
4646
# ──────────────────────────────────────────────────────────────────

.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": "0.0.109"
3+
"mcpp": "2026.7.27.1"
44
}
55
}

0 commit comments

Comments
 (0)