Merge "Change LANG in install-deps.sh to en_US.UTF-8"

This commit is contained in:
Zuul 2020-08-31 15:42:16 +00:00 committed by Gerrit Code Review
commit f3a4162615

View File

@ -4,7 +4,7 @@ set -xeu
declare -A PKG_MAP
# workaround: for latest bindep to work, it needs to use en_US local
export LANG=c
export LANG=en_US.UTF-8
export VENV=${VENV:-/opt/stack/bifrost}