From 5577609496096a5856c66ec2d60defdaeb4e684e Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 26 Jul 2026 00:50:27 +0800 Subject: [PATCH 1/2] ci: workspace mcpp bootstrap pin -> 0.0.107 (released + indexed) 0.0.107 is on both mirrors with matching sha256, xim-pkgindex#416 is merged, and `xlings install mcpp@0.0.107` resolves and installs from a clean XLINGS_HOME. --- .xlings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xlings.json b/.xlings.json index 1696b1e0..61b77932 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "mcpp": "0.0.106" + "mcpp": "0.0.107" } } From 4ecabaefd19ce1f21284bd1b12420001919195b9 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 26 Jul 2026 02:58:31 +0800 Subject: [PATCH 2/2] ci: bootstrap pin -> 0.0.108 (supersedes the 0.0.107 bump) 0.0.108 lands the second half of the explicit-ninja-goals fallout: 0.0.107 fixed the missing soname alias, this one fixes the Windows command-line overflow. Pin straight to it rather than land an intermediate bump. --- .xlings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xlings.json b/.xlings.json index 61b77932..af2da443 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "mcpp": "0.0.107" + "mcpp": "0.0.108" } }