diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-07-25 14:37:16 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-11-23 17:09:12 +0100 |
commit | fa73674738b0b5a271ae387e2ebd76d747e02d91 (patch) | |
tree | abb7e969ce1ca6ebf15ad072e042cf732984fbf0 /ci/test/00_setup_env_i686_centos.sh | |
parent | fa1f949a4dc2568456f3ba30bbd8ecbc78a423ca (diff) |
ci: Run i686 centos ci config on cirrus
Diffstat (limited to 'ci/test/00_setup_env_i686_centos.sh')
-rw-r--r-- | ci/test/00_setup_env_i686_centos.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_i686_centos.sh b/ci/test/00_setup_env_i686_centos.sh index 52cdb75a0c..eaa68b2ded 100644 --- a/ci/test/00_setup_env_i686_centos.sh +++ b/ci/test/00_setup_env_i686_centos.sh @@ -14,3 +14,4 @@ export GOAL="install" export DEP_OPTS="NO_QT=1" # Gui disabled for now to avoid build failures export BITCOIN_CONFIG="--enable-zmq --with-gui=no --enable-reduce-exports --with-boost-process" export CONFIG_SHELL="/bin/dash" +export TEST_RUNNER_ENV="LC_ALL=en_US.UTF-8" |