Skip to content

Commit

Permalink
Try to fix linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Jun 23, 2020
1 parent 947868a commit ea54aa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ function install_apt_packages() (
if [ "$ARCH" = "i386" ]; then
apt_packages_to_install="${apt_packages_to_install} gcc-multilib"
elif [ "$ARCH" = "armhf" ]; then
apt_packages_to_install="${apt_packages_to_install} ${MYCC}-arm-linux-gnueabihf"
apt_packages_to_install="${apt_packages_to_install} ${MYCC}-arm-linux-gnueabihf crossbuild-essential-armhf"
# this is brittle af
apt_packages_to_install="${apt_packages_to_install} libjson-c4:${ARCH} liblmdb0:${ARCH}"
fi
if [ ! -z "$GCOV" ]; then
apt_packages_to_install="${apt_packages_to_install} lcov"
Expand Down

0 comments on commit ea54aa0

Please sign in to comment.