32-bit build needs 32-bit libraries installed.

pull/13171/head
Josh Haberman 10 years ago
parent 66a74a4fd5
commit 562a4d80df
  1. 2
      travis.sh

@ -32,7 +32,7 @@ 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
}
core32_script() {
make -j12 tests USER_CPPFLAGS=-m32

Loading…
Cancel
Save