Skip to content

Commit 2a780ab

Browse files
committed
ci: bootstrap pin -> 2026.7.29.2 (the index no longer serves .1)
The routine post-release pin bump that 2026.7.29.2 never got. The index now serves only .2, so anything bootstrapping from the pin dies with xlings: version '2026.7.29.1' not found for 'mcpp' available: 2026.7.29.2 ci-aarch64-fresh-install is where this surfaces, because it clones main at runtime and builds it with the pinned mcpp — so the pin has to be right ON main, not merely in the PR that notices. That workflow last ran on main 2026-07-28, before either .1 or .2 existed, which is why the staleness went unseen. Guard invariants hold: both pin sites agree, and the pin is not newer than the version being built (main builds 2026.7.29.2).
1 parent c765e83 commit 2a780ab

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: '2026.7.29.1'
43+
MCPP_PIN: '2026.7.29.2'
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": "2026.7.29.1"
3+
"mcpp": "2026.7.29.2"
44
}
55
}

0 commit comments

Comments
 (0)