From 831cd89927d58d2816e431d6fbf2c016fa1b1e50 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Mon, 3 Aug 2026 06:30:04 +0800 Subject: [PATCH] ci: workspace mcpp bootstrap pin -> 2026.8.3.2 (released + indexed) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .xlings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xlings.json b/.xlings.json index 5a248932..5adb177c 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "mcpp": "2026.8.3.1" + "mcpp": "2026.8.3.2" } }