Commit 2a780ab
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
0 commit comments