From aac7a78408d6ae220035293ee202318678dc4d3e Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sat, 25 Jul 2026 22:24:21 +0800 Subject: [PATCH] probe: pin MCPP_VERSION=0.0.104 to isolate the Windows exit-127 regression (diagnostic, do not merge) --- .github/workflows/validate.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index aba168e..3cb4d6c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -47,7 +47,7 @@ env: # 0.0.94 fixed feature-gated `sources` under `mcpp test` (mcpp#218); 0.0.91 # added standard = "c++fly" to the resolver grammar, so c++fly descriptors # get the lint WARN below, not a hard grammar-parse rejection. - MCPP_VERSION: "0.0.102" + MCPP_VERSION: "0.0.104" jobs: lint: @@ -207,21 +207,21 @@ jobs: ext: tar.gz mcpp: bin/mcpp xlings: registry/bin/xlings - mcpp_version: "0.0.102" # keep in sync with env.MCPP_VERSION + mcpp_version: "0.0.104" # keep in sync with env.MCPP_VERSION - platform: macos os: macos-15 suffix: macosx-arm64 ext: tar.gz mcpp: bin/mcpp xlings: registry/bin/xlings - mcpp_version: "0.0.102" # keep in sync with env.MCPP_VERSION + mcpp_version: "0.0.104" # keep in sync with env.MCPP_VERSION - platform: windows os: windows-latest suffix: windows-x86_64 ext: zip mcpp: bin/mcpp.exe xlings: registry/bin/xlings.exe - mcpp_version: "0.0.102" # keep in sync with env.MCPP_VERSION + mcpp_version: "0.0.104" # keep in sync with env.MCPP_VERSION env: MCPP_EFFECTIVE: ${{ matrix.mcpp_version }} steps: