Skip to content

Commit

Permalink
[CI] Set PYTHONIOENCODING to utf-8 to make mx happy
Browse files Browse the repository at this point in the history
Starting with `mx` 7.24.0, `mx` checks if the stdout encoding is set to
unicode.

See
graalvm/mx@b6625a4
  • Loading branch information
zakkak committed May 16, 2024
1 parent 454a4af commit 1c3c3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ env:
MANDREL_HOME: ${{ github.workspace }}\..\mandrelvm
MX_PATH: ${{ github.workspace }}\mx
MX_PYTHON: python
PYTHONIOENCODING: utf-8
QUARKUS_PATH: ${{ github.workspace }}\quarkus
MANDREL_PACKAGING_REPO: ${{ github.workspace }}\mandrel-packaging
COLLECTOR_URL: https://collector.foci.life/api/v1/image-stats
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ env:
MANDREL_HOME: ${{ github.workspace }}/../mandrelvm
MX_PATH: ${{ github.workspace }}/mx
MX_PYTHON: python
PYTHONIOENCODING: utf-8
QUARKUS_PATH: ${{ github.workspace }}/quarkus
MANDREL_IT_PATH: ${{ github.workspace }}/mandrel-integration-tests
MANDREL_PACKAGING_REPO: ${{ github.workspace }}/mandrel-packaging
Expand Down

0 comments on commit 1c3c3d3

Please sign in to comment.