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:
parent
d99769b5a9
commit
bf74574076
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user