Skip to content

Commit

Permalink
Workaround for "Please use a locale setting which supports utf-8."
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacario authored Apr 20, 2017
1 parent 16efdb0 commit e91ade7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ ls -la sources/ || true
# Uncomment for a scratch build
# rm -rf build/
# Workaround for "Please use a locale setting which supports utf-8."
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
# Silence accepting Freescale EULA
export EULA=1
# ./setup-environment --help
Expand Down

0 comments on commit e91ade7

Please sign in to comment.