Merge "Set language to c to fix latest bindep problems"
This commit is contained in:
commit
05eb3727d1
@ -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…
Reference in New Issue
Block a user