From 4b7fad462433c7bcb66b6bc16a3381d54013f823 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 1 Sep 2014 15:46:25 -0700 Subject: 32-bit builds also needs 32-bit C++ library. --- travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'travis.sh') diff --git a/travis.sh b/travis.sh index 650c306..4f5960a 100755 --- a/travis.sh +++ b/travis.sh @@ -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 -- cgit v1.2.3