ci(release): port Windows lane to VM217 shell (bash->pwsh + py-resolve conan) - #696
Merged
Conversation
VM217 (c2pool-windows-217) answers the windows-2022 label but has no Git-bash on the runner-service PATH, so the Resolve-version / presence / Install-Conan shell:bash steps died with "bash: command not found" (release dispatch run 29298632408). Mirror build.yml Windows lane: ExecutionPolicy-Bypass PowerShell defaults, PowerShell rewrites of the three bash steps, and the py-launcher conan install with GITHUB_PATH export. setup-python now gated off self-hosted. Completes #689 so the repointed Windows runner is non-hollow.
… break) VM217 has no pwsh, so the Windows job falls back to Windows PowerShell 5.1, which reads the GitHub-generated temp .ps1 as ANSI. The em-dash in the Check-source-presence Write-Host string mis-decoded and broke string parsing (missing terminator -> cascading } error), failing all 5 Windows package cells at Check source presence. Swap the em-dash for ASCII --.
frstrtr
force-pushed
the
ci-steward/release-runner-repoint
branch
from
July 14, 2026 04:21
3773489 to
a0c6e14
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Heals the master release.yml Windows red introduced by #689 (repoint to self-hosted VM217).
Symptom: release.yml Windows leg dies at "Resolve version" with
bash: command not found(run 29298632408, off master ab249df). VM217 Windows PowerShell runs ExecutionPolicy=Restricted and has no Git-bash on the runner-service PATH, so the inheritedshell: bashsteps cannot start.Fix (1d12463): port the Windows job to the ExecutionPolicy-Bypass PowerShell shell already proven green by build.yml (probe 28679257030); rewrite Resolve version / Check source presence to PowerShell; resolve conan via the Windows
pylauncher (py -> python3 -> python) with Scripts dir exported through GITHUB_PATH. Linux/macOS lanes untouched.Signed 1d12463 (key 50AB1379285EFE76). No self-merge — integrator review + operator push-approval.