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 27, 2024
1 parent 83b0460 commit ef9fbc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildJDK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
# This ought to be a valid version parseable by Version.parse()
MANDREL_VERSION: 10.9.8.7-dev
MX_PYTHON: python3
PYTHONIOENCODING: utf-8

# The following aims to reduce CI CPU cycles by:
# 1. Cancelling any previous builds of this PR when pushing new changes to it
Expand Down

0 comments on commit ef9fbc1

Please sign in to comment.