Skip to content

Commit 3806fed

Browse files
jerryz123abejgonzalez
authored andcommitted
Force specific locale
1 parent 07fc230 commit 3806fed

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

variables.mk

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,22 @@ GEN_COLLATERAL_DIR ?= $(build_dir)/gen-collateral
304304
#########################################################################################
305305
timeout_cycles = 10000000
306306
bmark_timeout_cycles = 100000000
307+
308+
#########################################################################################
309+
# locale settings
310+
# some of the sbt/java commands will error on specific locales
311+
#########################################################################################
312+
export LANG=en_US.UTF-8
313+
export LC_CTYPE="en_US.UTF-8"
314+
export LC_NUMERIC="en_US.UTF-8"
315+
export LC_TIME="en_US.UTF-8"
316+
export LC_COLLATE="en_US.UTF-8"
317+
export LC_MONETARY="en_US.UTF-8"
318+
export LC_MESSAGES="en_US.UTF-8"
319+
export LC_PAPER="en_US.UTF-8"
320+
export LC_NAME="en_US.UTF-8"
321+
export LC_ADDRESS="en_US.UTF-8"
322+
export LC_TELEPHONE="en_US.UTF-8"
323+
export LC_MEASUREMENT="en_US.UTF-8"
324+
export LC_IDENTIFICATION="en_US.UTF-8"
325+
export LC_ALL=

0 commit comments

Comments
 (0)