aboutsummaryrefslogtreecommitdiff
path: root/ci/test/05_before_script.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-07-25 14:37:16 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-11-23 17:09:12 +0100
commitfa73674738b0b5a271ae387e2ebd76d747e02d91 (patch)
treeabb7e969ce1ca6ebf15ad072e042cf732984fbf0 /ci/test/05_before_script.sh
parentfa1f949a4dc2568456f3ba30bbd8ecbc78a423ca (diff)
downloadbitcoin-fa73674738b0b5a271ae387e2ebd76d747e02d91.tar.xz
ci: Run i686 centos ci config on cirrus
Diffstat (limited to 'ci/test/05_before_script.sh')
-rwxr-xr-xci/test/05_before_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/05_before_script.sh b/ci/test/05_before_script.sh
index 42c244c2f5..d7dd5d9dec 100755
--- a/ci/test/05_before_script.sh
+++ b/ci/test/05_before_script.sh
@@ -40,7 +40,7 @@ if [ -z "$NO_DEPENDS" ]; then
# CentOS has problems building the depends if the config shell is not explicitly set
# (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to
# an error as the first command is executed)
- SHELL_OPTS="CONFIG_SHELL=/bin/bash"
+ SHELL_OPTS="LC_ALL=en_US.UTF-8 CONFIG_SHELL=/bin/bash"
else
SHELL_OPTS="CONFIG_SHELL="
fi