Skip to content

Commit

Permalink
32-bit builds also needs 32-bit C++ library.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Sep 1, 2014
1 parent 562a4d8 commit 4b7fad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ withprotobuf_script() {
# need to be available as 32-bit libs also, which gets hairy fast.
# Can't enable the JIT because it only supports x64.
core32_install() {
sudo apt-get install libc6-dev-i386
sudo apt-get update -qq
sudo apt-get install libc6-dev-i386 lib32stdc++6
}
core32_script() {
make -j12 tests USER_CPPFLAGS=-m32
Expand Down

0 comments on commit 4b7fad4

Please sign in to comment.