From 5025a514880b755d318e3ce1747197aa642efdff Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sun, 10 May 2026 06:29:57 +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 9e2be1a..767a33e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 # Bootstrap xlings — the tool that the workspace's `.xlings.json` - # binds tool versions to (here it pins mcpp 0.0.3). + # binds tool versions to (here it pins mcpp 0.0.4). - name: Install xlings env: XLINGS_VERSION: 0.4.25 @@ -32,13 +32,13 @@ jobs: # Cache mcpp's self-bootstrapped sandbox: musl-gcc + binutils + # glibc + ninja + patchelf, plus the cloned mcpp-index. ~800 MB - # one-time download — reused across runs since mcpp 0.0.3's + # one-time download — reused across runs since mcpp 0.0.4's # toolchain set is version-pinned. - 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" } } }