Merge "add /usr/local/lib to library cache"

This commit is contained in:
Jenkins 2017-04-05 08:03:46 +00:00 committed by Gerrit Code Review
commit 1bb2f73550

View File

@ -35,6 +35,8 @@
./configure
make
sudo make install
sudo bash -c "echo /usr/local/lib >> /etc/ld.so.conf"
sudo ldconfig
# test pyeclib
cd $WORKSPACE/openstack/pyeclib
tox -e py27