fix: use powershell.exe instead of pwsh.exe for build_data_writer by vadikmironov · Pull Request #3553 · bazel-contrib/rules_python
) Stock Windows ships with Windows PowerShell 5.1 (powershell.exe) but not PowerShell 7+ (pwsh.exe). Using pwsh.exe causes builds to fail on machines without PowerShell 7 installed. Also adds -ExecutionPolicy Bypass since Windows PowerShell defaults to Restricted policy which blocks .ps1 script execution. Fixes #3552 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
aignas
changed the title
fix: use powershell.exe instead of pwsh.exe for build_data_writer (#3…
fix: use powershell.exe instead of pwsh.exe for build_data_writer
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
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