Missing libmysqlclient-dev
fixes 'EnvironmentError: mysql_config not found' error. Change-Id: I558c66a87fa89435c2d1942f584c810235df6f20
This commit is contained in:
parent
ff7a73ba86
commit
f21724afb9
4
build.sh
4
build.sh
@ -30,6 +30,10 @@ PIPELINE_ENGINE=winchester
|
||||
|
||||
if [[ "$PACKAGE" = true ]]
|
||||
then
|
||||
# Ensure libmysqlclient-dev is installed on build machine.
|
||||
# TODO(sandy): Support other distros.
|
||||
dpkg -s libmysqlclient-dev 2>/dev/null >/dev/null \
|
||||
|| sudo apt-get -y install libmysqlclient-dev
|
||||
SOURCE_DIR=$PKG_DIR
|
||||
rm -rf $PKG_DIR
|
||||
rm -rf $VENV_DIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user