ci: Run i686 centos ci config on cirrus

This commit is contained in:
MarcoFalke
2020-07-25 14:37:16 +02:00
parent fa1f949a4d
commit fa73674738
5 changed files with 11 additions and 9 deletions

View File

@@ -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