Skip to content

Commit 3dd9872

Browse files
committed
ci: bump mcpp to 0.0.8 (namespace-aware index support)
1 parent c69a99c commit 3dd9872

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Install xlings
1616
env:
17-
XLINGS_VERSION: 0.4.25
17+
XLINGS_VERSION: 0.4.30
1818
run: |
1919
tarball="xlings-${XLINGS_VERSION}-linux-x86_64.tar.gz"
2020
curl -fsSL -o "/tmp/${tarball}" \
@@ -23,17 +23,17 @@ jobs:
2323
"/tmp/xlings-${XLINGS_VERSION}-linux-x86_64/subos/default/bin/xlings" self install
2424
echo "$HOME/.xlings/subos/current/bin" >> "$GITHUB_PATH"
2525
26-
- name: Install workspace tools (.xlings.json → mcpp 0.0.7)
26+
- name: Install workspace tools (.xlings.json → mcpp 0.0.8)
2727
run: xlings install -y
2828

2929
# Cache mcpp's self-bootstrapped sandbox (musl-gcc + binutils +
3030
# glibc + ninja + patchelf, ~800 MB). Toolchain set is pinned by
31-
# mcpp 0.0.7, so a fixed key suffices.
31+
# mcpp 0.0.8, so a fixed key suffices.
3232
- name: Cache mcpp sandbox
3333
uses: actions/cache@v4
3434
with:
35-
path: ~/.xlings/data/xpkgs/xim-x-mcpp/0.0.7/registry
36-
key: mcpp-sandbox-${{ runner.os }}-mcpp0.0.7
35+
path: ~/.xlings/data/xpkgs/xim-x-mcpp/0.0.8/registry
36+
key: mcpp-sandbox-${{ runner.os }}-mcpp0.0.8
3737

3838
- name: Build with mcpp
3939
run: mcpp build

.xlings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"workspace": {
3-
"mcpp": { "linux": "0.0.7" }
3+
"mcpp": { "linux": "0.0.8" }
44
}
55
}

0 commit comments

Comments
 (0)