Set language to c to fix latest bindep problems

Newer bindep versions are not working with languages not
set to en_US. As a workaround, export the LANG setting.

Workaround for: https://storyboard.openstack.org/#!/story/2001205

Change-Id: I60be976ff151bb61014f0272cdf02a4fb4851d0a
This commit is contained in:
Yolanda Robla 2017-09-19 11:15:29 +02:00
parent d99769b5a9
commit bf74574076
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ set -eu
declare -A PKG_MAP
# workaround: for latest bindep to work, it needs to use en_US local
export LANG=c
CHECK_CMD_PKGS=(
gcc
libffi