From 562a4d80df607990afd9a5955d376f17bdca6289 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 1 Sep 2014 15:40:09 -0700 Subject: 32-bit build needs 32-bit libraries installed. --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis.sh') diff --git a/travis.sh b/travis.sh index d9bfdbf..650c306 100755 --- a/travis.sh +++ b/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 -- cgit v1.2.3