|
14 | 14 | workflow_dispatch: |
15 | 15 |
|
16 | 16 | env: |
| 17 | + # 2026.7.28.2: mcpp#298 makes build.mcpp host helpers self-contained for |
| 18 | + # musl and MinGW toolchains. This is required for ggml-org.llamacpp's |
| 19 | + # Linux aarch64 source build, whose helper otherwise requires a missing |
| 20 | + # musl dynamic loader on a glibc host. |
17 | 21 | # 0.0.109: a bare dependency's wire address takes BOTH halves from the |
18 | 22 | # descriptor the identity gate accepted (mcpp#286). This is the client-side |
19 | 23 | # other half of the SPEC-001 migration below: mcpp used to take the NAME from |
|
75 | 79 | # 0.0.94 fixed feature-gated `sources` under `mcpp test` (mcpp#218); 0.0.91 |
76 | 80 | # added standard = "c++fly" to the resolver grammar, so c++fly descriptors |
77 | 81 | # get the lint WARN below, not a hard grammar-parse rejection. |
78 | | - MCPP_VERSION: "0.0.109" |
| 82 | + MCPP_VERSION: "2026.7.28.2" |
79 | 83 |
|
80 | 84 | jobs: |
81 | 85 | lint: |
@@ -258,21 +262,21 @@ jobs: |
258 | 262 | ext: tar.gz |
259 | 263 | mcpp: bin/mcpp |
260 | 264 | xlings: registry/bin/xlings |
261 | | - mcpp_version: "0.0.109" # keep in sync with env.MCPP_VERSION |
| 265 | + mcpp_version: "2026.7.28.2" # keep in sync with env.MCPP_VERSION |
262 | 266 | - platform: macos |
263 | 267 | os: macos-15 |
264 | 268 | suffix: macosx-arm64 |
265 | 269 | ext: tar.gz |
266 | 270 | mcpp: bin/mcpp |
267 | 271 | xlings: registry/bin/xlings |
268 | | - mcpp_version: "0.0.109" # keep in sync with env.MCPP_VERSION |
| 272 | + mcpp_version: "2026.7.28.2" # keep in sync with env.MCPP_VERSION |
269 | 273 | - platform: windows |
270 | 274 | os: windows-latest |
271 | 275 | suffix: windows-x86_64 |
272 | 276 | ext: zip |
273 | 277 | mcpp: bin/mcpp.exe |
274 | 278 | xlings: registry/bin/xlings.exe |
275 | | - mcpp_version: "0.0.109" # keep in sync with env.MCPP_VERSION |
| 279 | + mcpp_version: "2026.7.28.2" # keep in sync with env.MCPP_VERSION |
276 | 280 | env: |
277 | 281 | MCPP_EFFECTIVE: ${{ matrix.mcpp_version }} |
278 | 282 | steps: |
@@ -398,7 +402,7 @@ jobs: |
398 | 402 | - name: Cold-start llama.cpp package |
399 | 403 | shell: bash |
400 | 404 | run: | |
401 | | - package_store="ggml-org-x-ggml-org.llamacpp" |
| 405 | + package_store="ggml-org-x-llamacpp" |
402 | 406 | rm -rf "$HOME/.mcpp/registry/data/xpkgs/$package_store" |
403 | 407 | rm -rf ".mcpp/.xlings/data/xpkgs/$package_store" |
404 | 408 | members="$MEMBERS" |
|
0 commit comments