Skip to content

Commit

Permalink
Document PYTHONUTF8 env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz committed Mar 4, 2025
1 parent aff7f27 commit 3316052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/package_build/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
-e AGENT_FLAVOR=${AGENT_FLAVOR}
-e OMNIBUS_SOFTWARE_VERSION="${OMNIBUS_SOFTWARE_VERSION}"
-e OMNIBUS_RUBY_VERSION="${OMNIBUS_RUBY_VERSION}"
-e PYTHONUTF8=1
-e PYTHONUTF8=1 # Force Python UTF-8 mode to avoid encoding problems
${WINBUILDIMAGE}
powershell -C "c:\mnt\tasks\winbuildscripts\Build-AgentPackages.ps1 -BuildOutOfSource 1 -InstallDeps 1 -CheckGoVersion 1 -BuildUpgrade 1"
- If ($lastExitCode -ne "0") { throw "Previous command returned $lastExitCode" }
Expand Down

0 comments on commit 3316052

Please sign in to comment.