From 9b29f1e6b696afe887b5a90e618c71a35fc60bce Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 10 May 2026 06:30:20 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20bump=20mcpp=200.0.3=20=E2=86=92=200.0.4?= =?UTF-8?q?=20(glob=20exclusion,=20sandbox=20PATH)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 8 ++++---- .xlings.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e33f485..6616cbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,17 +23,17 @@ jobs: "/tmp/xlings-${XLINGS_VERSION}-linux-x86_64/subos/default/bin/xlings" self install echo "$HOME/.xlings/subos/current/bin" >> "$GITHUB_PATH" - - name: Install workspace tools (.xlings.json → mcpp 0.0.3) + - name: Install workspace tools (.xlings.json → mcpp 0.0.4) run: xlings install -y # Cache mcpp's self-bootstrapped sandbox (musl-gcc + binutils + # glibc + ninja + patchelf, ~800 MB). Toolchain set is pinned by - # mcpp 0.0.3, so a fixed key suffices. + # mcpp 0.0.4, so a fixed key suffices. - name: Cache mcpp sandbox uses: actions/cache@v4 with: - path: ~/.xlings/data/xpkgs/xim-x-mcpp/0.0.3/registry - key: mcpp-sandbox-${{ runner.os }}-mcpp0.0.3 + path: ~/.xlings/data/xpkgs/xim-x-mcpp/0.0.4/registry + key: mcpp-sandbox-${{ runner.os }}-mcpp0.0.4 - name: Build with mcpp run: mcpp build diff --git a/.xlings.json b/.xlings.json index f2be3fd..b3b1fb4 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "mcpp": { "linux": "0.0.3" } + "mcpp": { "linux": "0.0.4" } } }