Skip to content

Commit

Permalink
Attempt at arm builds2
Browse files Browse the repository at this point in the history
  • Loading branch information
awaters1 committed Jun 10, 2017
1 parent 681a990 commit c35f75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ before_install:
echo "deb-src http://archive.ubuntu.com/ubuntu xenial main universe multiverse restricted" | sudo tee -a /etc/apt/sources.list;
sudo dpkg --add-architecture ${ARCH};
sudo apt-get update -yq;
sudo apt-get install -y gcc-${GNU_TRIPLET} g++-${GNU_TRIPLET} pkg-config-${GNU_TRIPLET} crossbuild-essential-${ARCH} g++-multilib-${GNU_MULTILIB_TRIPLET} gcc-multilib-${GNU_MULTILIB_TRIPLET} dpkg-dev libgcc1 libgcc1:${ARCH} libc6 libc6:${ARCH} libc6-dev:${ARCH}
sudo apt-get install -y gcc-${GNU_TRIPLET} g++-${GNU_TRIPLET} pkg-config-${GNU_TRIPLET} crossbuild-essential-${ARCH} g++-multilib-${GNU_MULTILIB_TRIPLET} gcc-multilib-${GNU_MULTILIB_TRIPLET} dpkg-dev libgcc1 libgcc1:${ARCH} libc6 libc6:${ARCH} libc6-dev:${ARCH};
fi

before_script:
Expand Down

0 comments on commit c35f75a

Please sign in to comment.