From a54af012188de830b66a000d1cbc62d89d0d11ed Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Mon, 3 Aug 2026 15:15:20 +0800 Subject: [PATCH] ci: workspace mcpp bootstrap pin -> 2026.8.3.3 (released + indexed) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Safe to move now: v2026.8.3.3 is published on all four platforms, mirrored to xlings-res (GitHub + GitCode, the GitCode copy verified by a real GET matching the published sha256), and xim-pkgindex tracks it as latest. Verified end to end: xlings install mcpp@2026.8.3.3 then xlings use resolves to 2026.8.3.3, and that released binary reproduces the B3 fix — ninja declares bin/finalprobe.exe, the file exists, and a rebuild does not relink. --- .xlings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xlings.json b/.xlings.json index 5adb177c..a9483d62 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "mcpp": "2026.8.3.2" + "mcpp": "2026.8.3.3" } }