Skip to content

Commit 441c4ea

Browse files
committed
probe: pin MCPP_VERSION=0.0.106 to isolate the Windows exit-127 regression (diagnostic, do not merge)
1 parent 2ede9bd commit 441c4ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ env:
4747
# 0.0.94 fixed feature-gated `sources` under `mcpp test` (mcpp#218); 0.0.91
4848
# added standard = "c++fly" to the resolver grammar, so c++fly descriptors
4949
# get the lint WARN below, not a hard grammar-parse rejection.
50-
MCPP_VERSION: "0.0.102"
50+
MCPP_VERSION: "0.0.106"
5151

5252
jobs:
5353
lint:
@@ -207,21 +207,21 @@ jobs:
207207
ext: tar.gz
208208
mcpp: bin/mcpp
209209
xlings: registry/bin/xlings
210-
mcpp_version: "0.0.102" # keep in sync with env.MCPP_VERSION
210+
mcpp_version: "0.0.106" # keep in sync with env.MCPP_VERSION
211211
- platform: macos
212212
os: macos-15
213213
suffix: macosx-arm64
214214
ext: tar.gz
215215
mcpp: bin/mcpp
216216
xlings: registry/bin/xlings
217-
mcpp_version: "0.0.102" # keep in sync with env.MCPP_VERSION
217+
mcpp_version: "0.0.106" # keep in sync with env.MCPP_VERSION
218218
- platform: windows
219219
os: windows-latest
220220
suffix: windows-x86_64
221221
ext: zip
222222
mcpp: bin/mcpp.exe
223223
xlings: registry/bin/xlings.exe
224-
mcpp_version: "0.0.102" # keep in sync with env.MCPP_VERSION
224+
mcpp_version: "0.0.106" # keep in sync with env.MCPP_VERSION
225225
env:
226226
MCPP_EFFECTIVE: ${{ matrix.mcpp_version }}
227227
steps:

0 commit comments

Comments
 (0)