You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(release): port Windows lane to VM217 shell (bash->pwsh + py-resolve conan) (#696)
* release.yml: port Windows lane to VM217 (bash->pwsh + py-resolve conan)
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.
* release.yml: ASCII-ize Windows-lane warning (PS5.1 ANSI em-dash parse 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 --.
---------
Co-authored-by: frstrtr <frstrtr@users.noreply.github.com>
0 commit comments